chore(deps): update python-nonmajor #427
Merged
+20
−20
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:
==3.13.0->==3.13.2==25.9.0->==25.11.0==1.2.18->==1.3.1==2.41.1->==2.43.0==2.24.0->==2.25.0==3.4.0->==3.6.0==0.14.4->==0.14.8==2.11.10->==2.12.4Release Notes
aio-libs/aiohttp (aiohttp)
v3.13.2: 3.13.2Compare Source
Bug fixes
Fixed cookie parser to continue parsing subsequent cookies when encountering a malformed cookie that fails regex validation, such as Google's
g_statecookie with unescaped quotes -- by :user:bdraco.Related issues and pull requests on GitHub:
#11632.
Fixed loading netrc credentials from the default :file:
~/.netrc(:file:~/_netrcon Windows) location when the :envvar:NETRCenvironment variable is not set -- by :user:bdraco.Related issues and pull requests on GitHub:
#11713, #11714.
Fixed WebSocket compressed sends to be cancellation safe. Tasks are now shielded during compression to prevent compressor state corruption. This ensures that the stateful compressor remains consistent even when send operations are cancelled -- by :user:
bdraco.Related issues and pull requests on GitHub:
#11725.
v3.13.1Compare Source
===================
Features
Make configuration options in
AppRunneralso available inrun_app()-- by :user:
Cycloctane.Related issues and pull requests on GitHub:
:issue:
11633.Bug fixes
Switched to
backports.zstdfor Python <3.14 and fixed zstd decompression for chunked zstd streams -- by :user:ZhaoMJ.Note: Users who installed
zstandardfor support on Python <3.14 will now need to installbackports.zstdinstead (installingaiohttp[speedups]will do this automatically).Related issues and pull requests on GitHub:
:issue:
11623.Updated
Content-Typeheader parsing to returnapplication/octet-streamwhen header contains invalid syntax.See :rfc:
9110#section-8.3-5.-- by :user:
sgaist.Related issues and pull requests on GitHub:
:issue:
10889.Fixed Python 3.14 support when built without
zstdsupport -- by :user:JacobHenner.Related issues and pull requests on GitHub:
:issue:
11603.Fixed blocking I/O in the event loop when using netrc authentication by moving netrc file lookup to an executor -- by :user:
bdraco.Related issues and pull requests on GitHub:
:issue:
11634.Fixed routing to a sub-application added via
.add_domain()not workingif the same path exists on the parent app. -- by :user:
Dreamsorcerer.Related issues and pull requests on GitHub:
:issue:
11673.Packaging updates and notes for downstreams
Moved core packaging metadata from :file:
setup.cfgto :file:pyproject.tomlper :pep:621-- by :user:
cdce8p.Related issues and pull requests on GitHub:
:issue:
9951.psf/black (black)
v25.11.0Compare Source
Highlights
Stable style
# fmt: offand# fmt: onwere reformatted (#4811)being normalized (#4811)
Preview style
multiline_string_handlingfrom--unstableto--preview(#4760)comments (#4764)
# type: <value>(#4645)fix_fmt_skip_in_one_linerspreview feature to respect# fmt: skipfor compoundstatements with semicolon-separated bodies (#4800)
Configuration
no_cacheoption to control caching behavior. (#4803)Packaging
Output
(#4610)
Blackd
requests to blackd (#4774)
Integrations
psf/blackto support therequired-versionmajor-version-only"stability" format when using pyproject.toml (#4770)
laurent-laporte-pro/deprecated (deprecated)
v1.3.1Compare Source
===================
Patch release: Packaging fix
Fixed
.tar.gz) that was not included in v1.3.0.v1.3.0Compare Source
===================
.. note::
Minor release: Parameters deprecation
Added
Add compatibility tests and adjustments for Wrapt v2.0. See PR #88 (musicinmybrain).
Add experimental
@deprecated_paramsdecorator to mark function parameters as deprecated at call-time; emits warnings when deprecated parameters are used with optional messages and configurable warning categories. See PR #93.Documentation
Changed
coveragetox environment to avoid collecting coverage across all test environments and reduce cross-environment coverage noise. See PR #92.googleapis/google-auth-library-python (google-auth)
v2.43.0Compare Source
Features
GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert
sources detected. Also, fix check_use_client_cert to return boolean
value.
Change #1848 added the check_use_client_cert method that helps know if
client cert should be used for mTLS connection. However, that was in a
private class, thus, created a public wrapper of the same function so
that it can be used by python Client Libraries. Also, updated
check_use_client_cert to return a boolean value instead of existing
string value for better readability and future scope.
--------- (1535eccbff0ad8f3fd6a9775316ac8b77dca66ba)
(either true or false), the SDK will respect that setting. This is
necessary for test scenarios and users who need to explicitly control
mTLS behavior.
set, the SDK will automatically enable mTLS only if it detects Managed
Workload Identity (MWID) or X.509 Workforce Identity Federation (WIF)
certificate sources. In other cases where the variable is not set, mTLS
will remain disabled.
** This change also adds the helper method
check_use_client_certandit's unit test, which will be used for checking the criteria for setting
the mTLS to true
** This change is only for Auth-Library, other changes will be created
for Client-Library use-cases.
--------- (395e405b64b56ddb82ee639958c2e8056ad2e82b)
google-authto librarian (#1838) This PR onboardsgoogle-authlibrary to the Librarian system.Wait for
#1819. (c503eaa511357d7a76cc1e1f1d3a3be2dabd5bca)
v2.42.1Compare Source
Bug Fixes
v2.42.0Compare Source
Features
Bug Fixes
googleapis/google-cloud-python (google-cloud-secret-manager)
v2.25.0: google-cloud-secret-manager: v2.25.0Compare Source
Features
Bug Fixes
googleapis/python-storage (google-cloud-storage)
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)run-llama/llama_index (llama-index-core)
v0.14.8Compare Source
llama-index-core [0.14.8]
llama-index-embeddings-nvidia [0.4.2]
llama-index-embeddings-ollama [0.8.4]
llama-index-llms-anthropic [0.10.2]
llama-index-llms-bedrock-converse [0.11.1]
llama-index-llms-google-genai [0.7.3]
llama-index-llms-nvidia [0.4.4]
llama-index-llms-openai [0.6.8]
llama-index-llms-upstage [0.6.5]
llama-index-packs-streamlit-chatbot [0.5.2]
llama-index-packs-voyage-query-engine [0.5.2]
llama-index-postprocessor-nvidia-rerank [0.5.1]
llama-index-readers-web [0.5.6]
llama-index-readers-whisper [0.3.0]
llama-index-storage-kvstore-postgres [0.4.3]
llama-index-tools-brightdata [0.2.1]
llama-index-tools-mcp [0.4.3]
llama-index-utils-oracleai [0.3.1]
llama-index-vector-stores-lancedb [0.4.2]
v0.14.7Compare Source
llama-index-core [0.14.7]
llama-index-embeddings-voyageai [0.5.0]
llama-index-llms-anthropic [0.10.0]
llama-index-llms-bedrock-converse [0.10.7]
llama-index-llms-fireworks [0.4.5]
llama-index-llms-mistralai [0.9.0]
llama-index-llms-ollama [0.9.0]
llama-index-llms-openai [0.6.6]
llama-index-readers-confluence [0.5.0]
llama-index-readers-github [0.9.0]
llama-index-retrievers-bedrock [0.5.1]
llama-index-tools-serpex [0.1.0]
llama-index-vector-stores-couchbase [0.6.0]
v0.14.6Compare Source
llama-index-core [0.14.6]
llama-index-embeddings-bedrock [0.7.0]
llama-index-embeddings-isaacus [0.1.0]
llama-index-embeddings-oci-genai [0.4.2]
llama-index-llms-anthropic [0.9.7]
llama-index-llms-baseten [0.1.7]
llama-index-llms-helicone [0.1.0]
llama-index-llms-oci-genai [0.6.4]
llama-index-llms-openai [0.6.5]
llama-index-readers-imdb-review [0.4.2]
llama-index-retrievers-bedrock [0.5.0]
llama-index-retrievers-superlinked [0.1.3]
llama-index-storage-kvstore-postgres [0.4.2]
llama-index-tools-mcp [0.4.3]
llama-index-vector-stores-postgres [0.7.1]
v0.14.5Compare Source
llama-index-core [0.14.5]
llama-index-instrumentation [0.4.2]
llama-index-llms-anthropic [0.9.5]
llama-index-llms-baseten [0.1.6]
llama-index-llms-bedrock-converse [0.10.5]
llama-index-llms-fireworks [0.4.4]
llama-index-llms-oci-genai [0.6.3]
llama-index-llms-openai [0.6.4]
llama-index-llms-sglang [0.1.0]
llama-index-readers-gitlab [0.5.1]
llama-index-readers-json [0.4.2]
llama-index-readers-web [0.5.5]
llama-index-storage-chat-store-dynamodb [0.4.2]
llama-index-tools-mcp [0.4.2]
llama-index-tools-signnow [0.1.0]
llama-index-tools-tavily-research [0.4.2]
llama-index-vector-stores-azurepostgresql [0.2.0]
llama-index-vector-stores-milvus [0.9.3]
llama-index-vector-stores-opensearch [0.6.2]
llama-index-vector-stores-qdrant [0.8.6]
pydantic/pydantic (pydantic)
v2.12.4Compare Source
v2.12.3Compare Source
GitHub release
What's Changed
This is the third 2.13 patch release, fixing issues related to the
FieldInfoclass, and reverting a change to the supportedafter model validator function signatures.
Starting in 2.12.0, using class methods for after model validators raised an error, but the error wasn't raised concistently. We decided
to emit a deprecation warning instead.
FieldInfo.asdict()method, improve documentation aroundFieldInfoby @Viicos in #12411.This also add back support for mutations on
FieldInfoclasses, that are reused asAnnotatedmetadata. However, note that this is stillnot a supported pattern. Instead, please refer to the added example in the documentation.
The blog post section on changes was also updated to document the changes related to
serialize_as_any.v2.12.2Compare Source
GitHub release
What's Changed
Fixes
pydantic-coreversion, as a corrupted CPython 3.10manylinux2014_aarch64wheel got uploaded (pydantic-core#1843).v2.12.1Compare Source
GitHub release
What's Changed
This is the first 2.12 patch release, addressing most (but not all yet) regressions from the initial 2.12.0 release.
Fixes
Noneis converted asNoneTypein Python 3.14 by @Viicos in #12370ValidationInfofor validation of default value by @Viicos in pydantic-core#1826MultiHostUrlbuilder by @willswire in pydantic-core#1829serialize_as_anyserialization flag by @davidhewitt in pydantic-core#1829RootModelserialization issues by @davidhewitt in pydantic-core#1836New Contributors
v2.12.0Compare Source
GitHub release
What's Changed
This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support.
Several minor changes (considered non-breaking changes according to our versioning policy)
are also included in this release. Make sure to look into them before upgrading.
Note that Pydantic V1 is not compatible with Python 3.14 and greater.
Changes (see the alpha and beta releases for additional changes since 2.11):
Packaging
New Features
extraparameter to the validate functions by @anvilpete in #12233exclude_computed_fieldsserialization option by @Viicos in #12334preverse_empty_pathURL options by @Viicos in #12336union_formatparameter to JSON Schema generation by @Viicos in #12147__qualname__parameter forcreate_modelby @Atry in #12001Fixes
TypeAdapterby @Viicos in #12324Anyfor context type annotation inTypeAdapterby @inducer in #12279FieldInfoinpydantic.fields.__all__by @Viicos in #12339validation_aliasin@validate_callby @Viicos in #12340Anyas context annotation in plugin API by @Viicos in #12341stacklevelin warnings when possible by @Viicos in #12342New Contributors
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.
This PR was generated by Mend Renovate. View the repository job log.