Open
Conversation
1700040 to
a40d996
Compare
a40d996 to
d6a218e
Compare
d6a218e to
8688a6a
Compare
8688a6a to
efc9caa
Compare
efc9caa to
71ed269
Compare
71ed269 to
0cb72ae
Compare
940e83b to
b1c0082
Compare
8f77489 to
4c6b860
Compare
4c6b860 to
673b528
Compare
8816d8d to
785d718
Compare
a9354fa to
3e878c1
Compare
3e878c1 to
210d211
Compare
6961b1a to
9cae8fa
Compare
f37af4a to
e7b75c5
Compare
e7b75c5 to
889d3f7
Compare
889d3f7 to
a756d1e
Compare
ead2754 to
17b0a4e
Compare
17b0a4e to
f8bc0b1
Compare
f8bc0b1 to
9a07ede
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.1.0→25.4.03.11.4→3.14.02.3.2→2.4.03.1.0→3.10.01.71.0→1.78.01.71.0→1.78.04.23.0→4.26.03.6.0→3.7.0==0.16.0→==0.17.61.17.0→1.19.13.3.5→3.3.96.0.2→6.0.3Release Notes
python-attrs/attrs (attrs)
v25.4.0Compare Source
Backwards-incompatible Changes
Class-level
kw_only=Truebehavior is now consistent withdataclasses.Previously, a class that sets
kw_only=Truemakes all attributes keyword-only, including those from base classes.If an attribute sets
kw_only=False, that setting is ignored, and it is still made keyword-only.Now, only the attributes defined in that class that doesn't explicitly set
kw_only=Falseare made keyword-only.This shouldn't be a problem for most users, unless you have a pattern like this:
Here, we have a
kw_only=Trueattrs class (Base) with an attribute that setskw_only=Falseand has a default (Base.b), and then create a subclass (Subclass) with required arguments (Subclass.c).Previously this would work, since it would make
Base.bkeyword-only, but now this fails sinceBase.bis positional, and we have a required positional argument (Subclass.c) following another argument with defaults.#1457
Changes
Values passed to the
__init__()method ofattrsclasses are now correctly passed to__attrs_pre_init__()instead of their default values (in cases where kw_only was not specified).#1427
Added support for Python 3.14 and PEP 749.
#1446,
#1451
attrs.validators.deep_mapping()now allows to leave out either key_validator xor value_validator.#1448
attrs.validators.deep_iterator()andattrs.validators.deep_mapping()now accept lists and tuples for all validators and wrap them into aattrs.validators.and_().#1449
Added a new experimental way to inspect classes:
attrs.inspect(cls)returns the effective class-wide parameters that were used by attrs to construct the class.The returned class is the same data structure that attrs uses internally to decide how to construct the final class.
#1454
Fixed annotations for
attrs.field(converter=...).Previously, a
tupleof converters was only accepted if it had exactly one element.#1461
The performance of
attrs.asdict()has been improved by 45–260%.#1463
The performance of
attrs.astuple()has been improved by 49–270%.#1469
The type annotation for
attrs.validators.or_()now allows for different types of validators.This was only an issue on Pyright.
#1474
v25.3.0Compare Source
Changes
field_transformers.#1417
v25.2.0Compare Source
Changes
#1147
attrs.make_class()now allows for Unicode class names.#1406
#1407
#1410
googleapis/google-cloud-python (google-cloud-logging)
v3.14.0: google-cloud-logging: v3.14.0Compare Source
Features
v3.13.0v3.12.1: google-cloud-vision 3.12.1Bug Fixes
v3.12.0: google-cloud-vision 3.12.03.12.0 (2026-01-09)
googleapis/python-ndb (google-cloud-ndb)
v2.4.0Compare Source
Features
v2.3.4Compare Source
Bug Fixes
v2.3.3Compare Source
Bug Fixes
googleapis/python-storage (google-cloud-storage)
v3.10.0Compare Source
Features
Perf Improvments
Bug Fixes
":"eg:C:D:etc when application runs in Windows. (#1774) (558198823ed51918db9c0137715d1e7f5b593975)download_many_to_path(#1768) (700fec3bf7aa37bd5ea4b163cc3f9e8e6892bd5a)v3.9.0Compare Source
Features
DELETE_OBJECTinAsyncGrpcClient(#1718) (c8dd7a0b124c395b7b60189ee78f47aba8d51f7d)_experimental(#1728) (74c9ecc54173420bfcd48498a8956088a035af50)write_handleand fixwrite_handletype (#1715) (2bc15fa570683ba584230c51b439d189dbdcd580)user_agentto grpc channel (#1712) (cdb2486bb051dcbfbffc2510aff6aacede5e54d3)generation=0to avoid overwriting existing objects and addis_stream_opensupport (#1709) (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)generation=0to prevent overwriting existing objects (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)is_stream_openproperty to AsyncAppendableObjectWriter for stream status check (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)Bug Fixes
v3.8.0Compare Source
Features
Bug Fixes
v3.7.0Compare Source
Features
Bug Fixes
v3.6.0Compare Source
Features
Bug Fixes
v3.5.0Compare Source
Features
Bug Fixes
download_rangescompatible withasyncio.create_task(..)(#1591) (faf8b83)download_rangescompatible withasyncio.create_task(..)(#1591) (faf8b83)v3.4.1Compare Source
Bug Fixes
upload_from_string,upload_from_file, andupload_from_filenamemethods (acb918e)v3.4.0Compare Source
Features
Bug Fixes
v3.3.1Compare Source
Bug Fixes
v3.3.0Compare Source
Features
Bug Fixes
Documentation
v3.2.0Compare Source
Features
v3.1.1Compare Source
Bug Fixes
Documentation
grpc/grpc (grpcio)
v1.78.0Compare Source
This is release 1.78.0 (gutsy) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
C++
Objective-C
Python
asyncio.run()to hang forever during the shutdown process. (#40989)Ruby
v1.76.0Compare Source
This is release 1.76.0 (genuine) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C#
Python
v1.75.1Compare Source
This is release gRPC Core 1.75.1 (gemini).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
Error in sys.excepthook:/Original exception was:empty): #36655, #38679, #33342python -m asyncio.Full Changelog: grpc/grpc@v1.75.0...v1.75.1
v1.75.0Compare Source
This is release 1.75.0 (gemini) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C++
Objective-C
stateproperty with@synchronizedlocking. (#40146)Python
typing-extensions~=4.13. (#40137)musllinux_1_1tomusllinux_1_2. (#40317)musllinux_1_1because it reached EOL in November 2024grpc.aiotypehint fixes. (#40215, #40217)isinstance(metadata, Sequence)instead ofisinstance(metadata, tuple)Optional[SerializingFunction]for more accurate type representationClientCallDetails.methodwas declared asstrbut always called withbytes, see InterceptedUnaryUnaryCall.Ruby
v1.74.0Compare Source
This is release 1.74.0 (gee) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
Objective-C
PHP
Python
Ruby
v1.73.1Compare Source
This is release 1.73.1 (gradient) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Python
v1.73.0Compare Source
This is release 1.73.0 (gradient) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
As of this version, gRPC on MacOS & iOS will utilize Abseil's synchronization features, aligning it with other platforms. Should you encounter any issues due to this update, you can disable it by enabling GPR_DISABLE_ABSEIL_SYNC. If you do this, please report any problems by filing a bug at https://github.com/grpc/grpc.
opensslinstead ofboringssl. (#39188)C++
Python
.in proto paths the same way as native Generator/PyiGenerator. (#39586)Ruby
v1.72.2Compare Source
This is release 1.72.2 (gusto) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Python
v1.72.1Compare Source
This is release gRPC Core 1.72.1 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
C++
Python
grpc.aio.*).v1.72.0Compare Source
This is release gRPC Core 1.72.0 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
v1.71.2Compare Source
This is release 1.71.2 (gears) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
C++
Python
grpc.aio.*).python-jsonschema/jsonschema (jsonschema)
v4.26.0Compare Source
=======
urllib.request(#1416).v4.25.1Compare Source
=======
Validatorprotocol's type annotations (#1396).v4.25.0Compare Source
=======
iriandiri-referenceformats to theformat-nongplextra via the MIT-licensedrfc3987-syntax.They were alread supported by the
formatextra. (#1388).[
v4.24.1](https://redirect.github.comConfiguration
📅 Schedule: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, 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.
This PR was generated by Mend Renovate. View the repository job log.