chore(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| flake8 (changelog) | minor |
~=7.1.1 -> ~=7.2.0
|
|
| pycqa/flake8 | repository | minor |
7.1.2 -> 7.2.0
|
| pydantic (changelog) | minor |
~=2.10.0 -> ~=2.11.1
|
|
| uis/devops/continuous-delivery/ci-templates | repository | patch |
v6.7.2 -> v6.7.3
|
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
pydantic/pydantic (pydantic)
v2.11.1
What's Changed
Fixes
- Do not override
'definitions-ref'schemas containing serialization schemas or metadata by @Viicos in #11644
v2.11.0
What's Changed
Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). See the blog post for more details.
Packaging
New Features
- Add
encoded_string()method to the URL types by @YassinNouh21 in #11580 - Add support for
defer_buildwith@validate_calldecorator by @Viicos in #11584 - Allow
@with_configdecorator to be used with keyword arguments by @Viicos in #11608 - Simplify customization of default value inclusion in JSON Schema generation by @Viicos in #11634
- Add
generate_arguments_schema()function by @Viicos in #11572
Fixes
- Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @Viicos in #11571
- Fix runtime error when computing model string representation involving cached properties and self-referenced models by @Viicos in #11579
- Preserve other steps when using the ellipsis in the pipeline API by @Viicos in #11626
- Fix deferred discriminator application logic by @Viicos in #11591
New Contributors
- @cmenon12 made their first contribution in #11562
- @Jeukoh made their first contribution in #11611
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.7.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.