Title: chore(deps): update all dependencies by renovate-bot · Pull Request #787 · googleapis/python-api-core · GitHub
Open Graph Title: chore(deps): update all dependencies by renovate-bot · Pull Request #787 · googleapis/python-api-core
X Title: chore(deps): update all dependencies by renovate-bot · Pull Request #787 · googleapis/python-api-core
Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==3.16.1 -> ==3.17.0 google-api-core ==2.24.0 -> ==2.24.1 google-auth ==2.37.0 -> ==2.38.0 google-cloud-core ==2.4.1 -> ==2.4.2 google-cloud-storage ==2.19.0 -> ==3.1.0 googleapis-common-protos (source) ==1.66.0 -> ==1.69.0 nox ==2024.10.9 -> ==2025.2.9 proto-plus ==1.25.0 -> ==1.26.0 virtualenv ==20.28.1 -> ==20.29.2 Release Notes tkem/cachetools (cachetools) v5.5.2 Compare Source =================== Reduce number of @cached lock/unlock operations. Improve documentation. Update CI environment. v5.5.1 Compare Source =================== Add documentation regarding caching of exceptions. Officially support Python 3.13. Update CI environment. certifi/python-certifi (certifi) v2025.1.31 Compare Source tox-dev/py-filelock (filelock) v3.17.0: Drop 3.8 Compare Source Full Changelog: tox-dev/filelock@3.16.1...3.17.0 googleapis/python-api-core (google-api-core) v2.24.1 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) v2.38.0 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) v2.4.2 Compare Source Features Client should pass client_options.api_key to auth library (#321) (dfac15b) googleapis/python-storage (google-cloud-storage) v3.1.0 Compare Source Features Add api_key argument to Client constructor (#1441) (c869e15) Add Bucket.move_blob() for HNS-enabled buckets (#1431) (24c000f) v3.0.0 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() and Bucket.from_string() to from_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 Correct formatting and update README.rst (#1427) (2945853) Fix issue with exceptions.py documentation (#1328) (22b8c30) googleapis/google-cloud-python (googleapis-common-protos) v1.69.0 Compare Source Features migrate to pyproject.toml (#13551) (7dda4d0) v1.68.0 Compare Source Features A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8) Add field experimental_features to message PythonSettings (#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) v1.67.0 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) v2025.2.9 Compare Source googleapis/proto-plus-python (proto-plus) v1.26.0 Compare Source Features Migrate to pyproject.toml (#496) (82ed3b9) 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 Update docs link in README (#524) (a85be75) pypa/virtualenv (virtualenv) v20.29.2 Compare Source What's Changed release 20.29.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2828 Remove old virtualenv wheel by @gaborbernat in https://github.com/pypa/virtualenv/pull/2842 Bump pip to 25.0.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2843 Full Changelog: pypa/virtualenv@20.29.1...20.29.2 v20.29.1 Compare Source What's Changed release 20.29.0 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2824 Simplify Solution to --python command-line flag precedence by @DK96-OS in https://github.com/pypa/virtualenv/pull/2826 Change PyInfo cache versioning mechanism by @robsdedude in https://github.com/pypa/virtualenv/pull/2827 New Contributors @DK96-OS made their first contribution in https://github.com/pypa/virtualenv/pull/2826 Full Changelog: pypa/virtualenv@20.29.0...20.29.1 v20.29.0 Compare Source What's Changed release 20.28.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2818 Makes --python command-line flag take precedence over env var by @filiplajszczak in https://github.com/pypa/virtualenv/pull/2821 Add free-threaded Python support by @robsdedude in https://github.com/pypa/virtualenv/pull/2809 Upgrade embeded setuptools by @gaborbernat in https://github.com/pypa/virtualenv/pull/2823 New Contributors @filiplajszczak made their first contribution in https://github.com/pypa/virtualenv/pull/2821 @robsdedude made their first contribution in https://github.com/pypa/virtualenv/pull/2809 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. Get config help if that's undesired. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.
Open Graph Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==3.16.1 -...
X Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==...
Opengraph URL: https://github.com/googleapis/python-api-core/pull/787
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:56920001-a4f8-a656-30bb-0a26a07b3243 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 811C:52F66:786DFE:AE996B:6A4E10DE |
| html-safe-nonce | d282f33c5c3fa88c0ee819c0ea9115e4646cb6d82b82fe1211862a9e01bdaa5a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTFDOjUyRjY2Ojc4NkRGRTpBRTk5NkI6NkE0RTEwREUiLCJ2aXNpdG9yX2lkIjoiNDI5NzQyMDkxODExMDQyNTMxMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 8f549be1d5893640ec1cd89c5eccbc6cf25c5a768b557887ec01143421ef66f1 |
| hovercard-subject-tag | pull_request:2308286569 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/googleapis/python-api-core/pull/787/files |
| twitter:image | https://avatars.githubusercontent.com/u/25180681?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/25180681?s=400&v=4 |
| og:image:alt | This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==3.16.1 -... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | df0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/googleapis/python-api-core git https://github.com/googleapis/python-api-core.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 226992456 |
| octolytics-dimension-repository_nwo | googleapis/python-api-core |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 226992456 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-api-core |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 51470c353b8a1f52a88d3e3cc2014b17ab8cc1ce |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width