-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(deps): update dependency cloudevents to v1.11.0 #12093
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
chore(deps): update dependency cloudevents to v1.11.0 #12093
Conversation
|
might make sense to add a dependency on setuptools in the ocr v2/ sample, as long as it's still doing the import there. otherwise things will stay broken for 3.12 and 3.13 and onwards. looks like python/cpython#95299 that bites us. |
cloudevents itself doesn't yet support 3.12 (per setup.py listing, and also it's explicit import of pkg_resources, but that's not where the error is coming from.
This is from an older version of google-cloud-translate, as 3.12 support was added in https://github.com/googleapis/google-cloud-python/releases/tag/google-cloud-translate-v3.13.0 Not sure why the google-cloud-translate deps are so out of date, but updating that may help this one (but cloudevents still needs an update) |
647527a
to
02a8eb0
Compare
02a8eb0
to
a82aa4b
Compare
@davidcavazos with the update of google-cloud-translate this PR now passes CI |
This PR contains the following updates:
==1.10.1
->==1.11.0
Release Notes
cloudevents/sdk-python (cloudevents)
v1.11.0
Compare Source
Fixed
examples
keyword usage and improved typings handling ([#235])to_binary
check for invalidcontent-type
attribute ([#232])Changed
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.