fix(deps): update all non-major dependencies #41
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:
==5.4.0
->==5.5.1
0.6.10
->0.6.13
0.6.10
->0.6.13
==0.24.2
->==0.24.3
1.2.0-static
->1.3.0-static
==2.10.6
->==2.11.3
==0.11.2
->==0.11.4
Release Notes
celery/celery (celery)
v5.5.1
Compare Source
=====
:release-date: 2025-04-08
:release-by: Tomer Nosrati
What's Changed
v5.5.0
Compare Source
=====
:release-date: 2025-03-31
:release-by: Tomer Nosrati
Celery v5.5.0 is now available.
Key Highlights
docker compose
in Contributing's doc build section (#9219)_is_ambigious
->_is_ambiguous
(#9248)[srv]
extra requirement (#9258)celery --loader
option parsing (#9361)task_acks_late=False
(#9461)pycurl
(#9526).. _version-5.5.0rc5:
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.6.13
Compare Source
Enhancements
--show-version
touv python find
(#12376)--no-config
warning fromuv pip compile
anduv pip sync
(#12642)PATH
when searching for Python interpreters (#12367)SCRIPT_PATH
in relocatable activation script (#12672)UV_PYTHON_DOWNLOADS_JSON_URL
to set custom managed python sources (#10939)pyproject.toml
files inuv pip compile -o
(#12673)--offline
flag for Git operations (#12619)Bug fixes
uv export
with conflicts (#12726)Rust API
v0.6.12
Compare Source
Enhancements
uv python list
(#12628)Bug fixes
authenticate
when usingexplicit = true
(#12631)uv add
anduv remove
(#12586)python-platform
in settings files (#12592)Documentation
uv build
topackage = false
(#12608)authenticate = always
documentation (#12498)v0.6.11
Compare Source
Enhancements
uv export
command (#12350)--find-links
-style "flat" indexes in[[tool.uv.index]]
(#12407)-q
and-qq
(#12300)Configuration
UV_PROJECT
environment to set project directory. (#12327)Performance
Bug fixes
requires-python
to script blocks (#12517)uv sync
(#12502)uv tree --only-group
(#12560)openapi-generators/openapi-python-client (openapi-python-client)
v0.24.3
Compare Source
Features
Adding support for named integer enums
##1214 by @barrybarrette
Adding support for named integer enums via an optional extension,
x-enum-varnames
.This extension is added to the schema inline with the
enum
definition:The result:

open-policy-agent/opa (openpolicyagent/opa)
v1.3.0
Compare Source
This release contains a mix of features, bugfixes, and dependency updates.
New Buffer Option for Decision Logs (#5724)
A new, optional, buffering mechanism has been added to decision logging.
The default buffer is designed around making precise memory footprint guarantees, which can produce lock contention at high loads, negatively impacting query performance.
The new event-based buffer is designed to reduce lock contention and improve performance at high loads, but sacrifices the memory footprint guarantees of the default buffer.
The new event-based buffer is enabled by setting the
decision_logs.reporting.buffer_type
configuration option toevent
.For more details, see the decision log plugin README.
Reported by @mjungsbluth, authored by @sspaink
OpenTelemetry: HTTP Support and Expanded Batch Span Configuration (#7412)
Distributed tracing through OpenTelemetry has been extended to support HTTP collectors (enabled by setting the
distributed_tracing.type
configuration option tohttp
).Additionally, configuration has been expanded with fine-grained batch span processor options.
Authored and reported by @sqyang94
Runtime, Tooling, SDK
Docs, Website, Ecosystem
kind
usage instruction in Envoy tutorial (#7465) authored by @joostholslagMiscellaneous
pydantic/pydantic (pydantic)
v2.11.3
Compare Source
GitHub release
What's Changed
Packaging
Fixes
v2.11.2
Compare Source
GitHub release
What's Changed
Fixes
pydantic-core
to v2.33.1 by @Viicos in #11678__pydantic_private__
exists before setting private attributes by @Viicos in #11666FieldInfo._complete
when using field from parent class by @Viicos in #11668v2.11.1
Compare Source
GitHub release
What's Changed
Fixes
'definitions-ref'
schemas containing serialization schemas or metadata by @Viicos in [#11644](https://redirect.github.com/pydantic/pydantConfiguration
📅 Schedule: Branch creation - "after 5am" (UTC), 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.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).