This PR contains the following updates:
Release Notes
tkem/cachetools (cachetools)
Compare Source
===================
Compare Source
===================
certifi/python-certifi (certifi)
Compare Source
tox-dev/py-filelock (filelock)
Compare Source
Full Changelog:tox-dev/filelock@3.16.1...3.17.0
googleapis/python-api-core (google-api-core)
Compare Source
Bug Fixes
- Memory leak in bidi classes (#770) (c1b8afa)
- Resolve the issue where rpc timeout of 0 is used when timeout expires (#776) (a5604a5)
Documentation
- Add warnings regarding consuming externally sourced credentials (#783) (0ec1825)
googleapis/google-auth-library-python (google-auth)
Compare Source
Features
- Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)
Documentation
- Add warnings regarding consuming externally sourced credentials (d049370)
googleapis/python-cloud-core (google-cloud-core)
Compare Source
Features
- Client should pass client_options.api_key to auth library (#321) (dfac15b)
googleapis/python-storage (google-cloud-storage)
Compare Source
Features
Compare Source
⚠ BREAKING CHANGES
Please consult the README for details on this major version release.
- The default checksum strategy for uploads has changed from None to "auto" (#1383)
- The default checksum strategy for downloads has changed from "md5" to "auto" (#1383)
- Deprecated positional argument "num_retries" has been removed (#1377)
- Deprecated argument "text_mode" has been removed (#1379)
- Blob.download_to_filename() now deletes the empty destination file on a 404 (#1394)
- Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#1385)
- Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#1400)
Features
- Add "auto" checksum option and make default (#1383) (5375fa0)
- Blob.download_to_filename() deletes the empty destination file on a 404 (#1394) (066be2d)
- Enable custom predicates for media operations (#1385) (f3517bf)
- Integrate google-resumable-media (#1283) (bd917b4)
- Retry by default for uploads, blob deletes, metadata updates (#1400) (0426005)
Bug Fixes
- Cancel upload when BlobWriter exits with exception (#1243) (df107d2)
- Changed name of methods
Blob.from_string() andBucket.from_string() tofrom_uri() (#1335) (58c1d03) - Correctly calculate starting offset for retries of ranged reads (#1376) (7b6c9a0)
- Filter download_kwargs in BlobReader (#1411) (0c21210)
- Remove deprecated num_retries argument (#1377) (58b5040)
- Remove deprecated text_mode argument (#1379) (4d20a8e)
Documentation
googleapis/google-cloud-python (googleapis-common-protos)
Compare Source
Features
Compare Source
Features
- A new field
unversioned_package_disabled is added to message.google.api.PythonSettings (eb554e8) - Add field
experimental_features to messagePythonSettings (#249) (ba8d36e) - add FieldInfo.referenced_types for generics (#247) (c91900a)
- add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)
Documentation
- A comment for field
content in message.google.api.Page is changed (eb554e8) - A comment for message
RoutingRule is changed (eb554e8)
Compare Source
Features
- A new field
unversioned_package_disabled is added to message.google.api.PythonSettings (eb554e8) - add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)
Documentation
- A comment for field
content in message.google.api.Page is changed (eb554e8) - A comment for message
RoutingRule is changed (eb554e8)
wntrblm/nox (nox)
Compare Source
googleapis/proto-plus-python (proto-plus)
Compare Source
Features
Bug Fixes
- Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
- Fix enums initialization in PyPy (#507) (b8b68f2)
- Incorrect return type annotation for Message.to_dict (#516) (72990f3)
- Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)
Documentation
pypa/virtualenv (virtualenv)
Compare Source
What's Changed
Full Changelog:pypa/virtualenv@20.29.1...20.29.2
Compare Source
What's Changed
New Contributors
Full Changelog:pypa/virtualenv@20.29.0...20.29.1
Compare Source
What's Changed
New Contributors
Full Changelog:pypa/virtualenv@20.28.1...20.29.0
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻Immortal: This PR will be recreated if closed unmerged. Getconfig help if that's undesired.
This PR was generated byMend Renovate. View therepository job log.
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
==5.5.0->==5.5.2==2024.12.14->==2025.1.31==3.16.1->==3.17.0==2.24.0->==2.24.1==2.37.0->==2.38.0==2.4.1->==2.4.2==2.19.0->==3.1.0==1.66.0->==1.69.0==2024.10.9->==2025.2.9==1.25.0->==1.26.0==20.28.1->==20.29.2Release Notes
tkem/cachetools (cachetools)
v5.5.2Compare Source
===================
Reduce number of
@cachedlock/unlock operations.Improve documentation.
Update CI environment.
v5.5.1Compare Source
===================
Add documentation regarding caching of exceptions.
Officially support Python 3.13.
Update CI environment.
certifi/python-certifi (certifi)
v2025.1.31Compare Source
tox-dev/py-filelock (filelock)
v3.17.0: Drop 3.8Compare Source
Full Changelog:tox-dev/filelock@3.16.1...3.17.0
googleapis/python-api-core (google-api-core)
v2.24.1Compare Source
Bug Fixes
Documentation
googleapis/google-auth-library-python (google-auth)
v2.38.0Compare Source
Features
Documentation
googleapis/python-cloud-core (google-cloud-core)
v2.4.2Compare Source
Features
googleapis/python-storage (google-cloud-storage)
v3.1.0Compare Source
Features
v3.0.0Compare Source
⚠ BREAKING CHANGES
Please consult the README for details on this major version release.
Features
Bug Fixes
Blob.from_string()andBucket.from_string()tofrom_uri()(#1335) (58c1d03)Documentation
googleapis/google-cloud-python (googleapis-common-protos)
v1.69.0Compare Source
Features
v1.68.0Compare Source
Features
unversioned_package_disabledis added to message.google.api.PythonSettings(eb554e8)experimental_featuresto messagePythonSettings(#249) (ba8d36e)Documentation
contentin message.google.api.Pageis changed (eb554e8)RoutingRuleis changed (eb554e8)v1.67.0Compare Source
Features
unversioned_package_disabledis added to message.google.api.PythonSettings(eb554e8)Documentation
contentin message.google.api.Pageis changed (eb554e8)RoutingRuleis changed (eb554e8)wntrblm/nox (nox)
v2025.2.9Compare Source
googleapis/proto-plus-python (proto-plus)
v1.26.0Compare Source
Features
Bug Fixes
Documentation
pypa/virtualenv (virtualenv)
v20.29.2Compare Source
What's Changed
Full Changelog:pypa/virtualenv@20.29.1...20.29.2
v20.29.1Compare Source
What's Changed
New Contributors
Full Changelog:pypa/virtualenv@20.29.0...20.29.1
v20.29.0Compare Source
What's Changed
New Contributors
Full Changelog:pypa/virtualenv@20.28.1...20.29.0
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻Immortal: This PR will be recreated if closed unmerged. Getconfig help if that's undesired.
This PR was generated byMend Renovate. View therepository job log.