Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies are out of date #804

Closed
jwjl opened this issue Sep 30, 2022 · 3 comments · Fixed by #841
Closed

Dependencies are out of date #804

jwjl opened this issue Sep 30, 2022 · 3 comments · Fixed by #841
Labels
api: datastore Issues related to the googleapis/python-ndb API.

Comments

@jwjl
Copy link

jwjl commented Sep 30, 2022

The dependencies required are for versions that are about 1 year old, including for google-cloud-datastore, googleapis-common-protos, grpcio, and protobuf. Are there breaking changes or security issues that prevent the new dependency releases from being used?

@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/python-ndb API. label Sep 30, 2022
@snarfed
Copy link

snarfed commented Oct 21, 2022

More in #733

@anoteboom
Copy link

I am really hoping that this is addressed soon. We now have to keep using older libraries that may be lacking features, security updates, and documentation.
We just tried to add google-cloud-pubsub to our application. Any recent version requires a recent google-api-core. It means that we are now forced to use the v1 version of that pubsub library. Which no longer matches the latest documentation and samples.

@snarfed
Copy link

snarfed commented Oct 31, 2022

The most recent version of google-api-core, 2.10.2, is compatible with ndb and google-cloud-datastore v1. Here are the version specifiers from one of my requirements.txt files that pip installs happily:

google-api-core==2.10.2
google-cloud-datastore==1.15.4
google-cloud-ndb==1.11.1

I'm with you in spirit though! I'm definitely looking forward to ndb migrating to google-cloud-datastore v2. More in #733, might be worth merging the two issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/python-ndb API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants