Skip to content

Commit 9d25282

Browse files
Update all non-major dependencies
1 parent eb3bea1 commit 9d25282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ opentelemetry-instrumentation-httpx = "*"
3333
opentelemetry-instrumentation-sqlalchemy = "*"
3434
pydantic = "^2.2.1"
3535
pydantic-settings = "^2.0.3"
36-
python = ">=3.9,<3.13"
36+
python = ">=3.13,<3.14"
3737
rich = "^13.2.0"
3838
SQLAlchemy = { version = "^2.0.0", extras = ["asyncio", "mypy"] }
3939
sqlalchemy-bind-manager = "*"
@@ -50,7 +50,7 @@ jinja2 = "^3.1.2"
5050
opentelemetry-instrumentation-asgi = "*"
5151
starlette-prometheus = "^0.10.0"
5252
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
53-
uvicorn = { version = "^0.31.0", extras = ["standard"] }
53+
uvicorn = { version = "^0.32.0", extras = ["standard"] }
5454

5555
[tool.poetry.group.dev]
5656
optional = true

0 commit comments

Comments
 (0)