Skip to content

Commit b69e17e

Browse files
authored
Merge pull request #5333 from Agenta-AI/chore/bump-py-deps-2026-07-15-1
[chore] Bump py deps
2 parents 04c11e5 + c050203 commit b69e17e

7 files changed

Lines changed: 1028 additions & 1081 deletions

File tree

api/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ authors = [
99
]
1010
dependencies = [
1111
"agenta",
12-
"fastapi>=0.138,<0.139",
12+
"fastapi>=0.139,<0.140",
1313
"pydantic[email]>=2,<3",
14-
"uvicorn[standard]>=0.49,<0.50",
14+
"uvicorn[standard]>=0.51,<0.52",
1515
"gunicorn>=26,<27",
1616
"httpx>=0.28,<0.29",
1717
"structlog>=26,<27",
@@ -27,7 +27,7 @@ dependencies = [
2727
"jsonschema>=4,<5",
2828
"genson>=1,<2",
2929
"python-jsonpath>=2,<3",
30-
"uuid-utils>=0.16,<0.17",
30+
"uuid-utils>=0.17,<0.18",
3131
"taskiq>=0.12,<0.13",
3232
"taskiq-redis>=1,<2",
3333
"redis>=8,<9",

api/uv.lock

Lines changed: 409 additions & 414 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/python/uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ dependencies = [
2626
"opentelemetry-sdk>=1,<2",
2727
"opentelemetry-instrumentation>=0.64b0,<0.65",
2828
"opentelemetry-exporter-otlp-proto-http>=1,<2",
29-
"fastapi>=0.138,<0.139",
29+
"fastapi>=0.139,<0.140",
3030
"pyyaml>=6,<7",
3131
"litellm>=1,<2",
3232
"openai>=2,<3",
3333
"jinja2>=3,<4",
3434
"mystace>=1,<2",
3535
"orjson>=3,<4",
3636
"python-jsonpath>=2,<3",
37-
"daytona>=0.192,<0.193",
37+
"daytona>=0.197,<0.198",
3838
"RestrictedPython>=8,<9",
3939
]
4040

0 commit comments

Comments
 (0)