fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
faker (changelog) |
37.8.0 -> 37.11.0
|
dependencies | minor | ||
pydantic (changelog) |
2.11.9 -> 2.12.1
|
dependencies | minor | ||
rich |
14.1.0 -> 14.2.0
|
dependencies | minor | ||
schema |
0.7.7 -> 0.7.8
|
dependencies | patch | ||
timothycrosley/isort |
6.0.1 -> 6.1.0
|
repository | minor | ||
uis/devops/continuous-delivery/ci-templates |
v7.17.5 -> v7.18.0
|
repository | minor | ||
uisautomation/python |
3.13-alpine -> 3.14-alpine
|
final | minor |
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
joke2k/faker (faker)
v37.11.0
- Add French company APE code. Thanks @fabien-michel.
v37.9.0
- Add names generation to
en_KE
locale. Thanks @titustum.
pydantic/pydantic (pydantic)
v2.12.1
: 2025-10-13
v2.12.1 (2025-10-13)
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
- Do not evaluate annotations when inspecting validators and serializers by @Viicos in #12355
- Make sure
None
is converted asNoneType
in Python 3.14 by @Viicos in #12370 - Backport V1 runtime warning when using Python 3.14 by @Viicos in #12367
- Fix error message for invalid validator signatures by @Viicos in #12366
- Populate field name in
ValidationInfo
for validation of default value by @Viicos in pydantic-core#1826 - Encode credentials in
MultiHostUrl
builder by @willswire in pydantic-core#1829 - Respect field serializers when using
serialize_as_any
serialization flag by @davidhewitt in pydantic-core#1829 - Fix various
RootModel
serialization issues by @davidhewitt in pydantic-core#1836
New Contributors
- @willswire made their first contribution in pydantic-core#1829
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.12.0...v2.12.1
v2.12.0
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
- Add
extra
parameter to the validate functions by @anvilpete in #12233 - Add
exclude_computed_fields
serialization option by @Viicos in #12334 - Add
preverse_empty_path
URL options by @Viicos in #12336 - Add
union_format
parameter to JSON Schema generation by @Viicos in #12147 - Add
__qualname__
parameter forcreate_model
by @Atry in #12001
Fixes
- Do not try to infer name from lambda definitions in pipelines API by @Viicos in #12289
- Use proper namespace for functions in
TypeAdapter
by @Viicos in #12324 - Use
Any
for context type annotation inTypeAdapter
by @inducer in #12279 - Expose
FieldInfo
inpydantic.fields.__all__
by @Viicos in #12339 - Respect
validation_alias
in@validate_call
by @Viicos in #12340 - Use
Any
as context annotation in plugin API by @Viicos in #12341 - Use proper
stacklevel
in warnings when possible by @Viicos in #12342
New Contributors
- @anvilpete made their first contribution in #12233
- @JonathanWindell made their first contribution in #12327
- @inducer made their first contribution in #12279
- @Atry made their first contribution in #12001
v2.11.10
What's Changed
Fixes
- Backport v1.10.24 changes by @Viicos
timothycrosley/isort (timothycrosley/isort)
v6.1.0
- Add python 3.14 classifier and badge (#2409) @staticdev
- Drop use of non-standard pkg_resources API (#2405) @dvarrazzo
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.18.0
: 7.18.0
7.18.0 (2025-10-02)
Features
v7.17.7
: 7.17.7
7.17.7 (2025-10-02)
Bug Fixes
- python-tox: increase Kubernetes memory limit for python-tox jobs (461ab04)
v7.17.6
: 7.17.6
7.17.6 (2025-10-01)
Bug Fixes
- terraform: set kubernetes CPU requests for terraform jobs (5c75c2d)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.