We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3bea1 commit 9d25282Copy full SHA for 9d25282
pyproject.toml
@@ -33,7 +33,7 @@ opentelemetry-instrumentation-httpx = "*"
33
opentelemetry-instrumentation-sqlalchemy = "*"
34
pydantic = "^2.2.1"
35
pydantic-settings = "^2.0.3"
36
-python = ">=3.9,<3.13"
+python = ">=3.13,<3.14"
37
rich = "^13.2.0"
38
SQLAlchemy = { version = "^2.0.0", extras = ["asyncio", "mypy"] }
39
sqlalchemy-bind-manager = "*"
@@ -50,7 +50,7 @@ jinja2 = "^3.1.2"
50
opentelemetry-instrumentation-asgi = "*"
51
starlette-prometheus = "^0.10.0"
52
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
53
-uvicorn = { version = "^0.31.0", extras = ["standard"] }
+uvicorn = { version = "^0.32.0", extras = ["standard"] }
54
55
[tool.poetry.group.dev]
56
optional = true
0 commit comments