Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"sqlalchemy-utils~=0.42.0",
"pyyaml~=6.0.3",
"coloredlogs~=15.0.1",
"python-json-logger~=4.0.0",
"python-json-logger>=4.0,<4.2",
"asgi-correlation-id~=4.3.4",
"uuid6~=2025.0.1",
"celery~=5.6.0",
Expand All @@ -67,7 +67,7 @@ exclude = ["docs", "tests"]
server = [
"fastapi~=0.135.2",
# starlette 1.0.0 break cookies
"starlette<1.0",
"starlette<2.0",
"starlette-exporter~=0.23.0",
"python-multipart~=0.0.21",
"uvicorn~=0.42.0",
Expand Down Expand Up @@ -109,7 +109,7 @@ test = [
]
dev = [
"ruff~=0.15.0",
"mypy~=1.19.1",
"mypy>=1.19.1,<1.21.0",
"prek~=0.3.2",
"sqlalchemy[mypy]~=2.0.44",
"types-jwcrypto~=1.5.0",
Expand Down
Loading
Loading