Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
# β€” a big jump from the tested baseline. These are the versions QueryHub
# is verified against; widen the cap deliberately after testing a newer
# FastAPI/Starlette, not implicitly on every fresh install.
"fastapi>=0.115.0,<0.140",
"fastapi>=0.115.0,<0.141",
"uvicorn[standard]>=0.30.0,<0.52",
"PyJWT[crypto]>=2.9.0",
"httpx>=0.27.0",
Expand All @@ -63,7 +63,7 @@ dev = [
# style choices, which would break CI on every push. Keep the linter
# deterministic here; adopting 0.16's rules is a separate, deliberate
# cleanup.
"ruff>=0.6,<0.16",
"ruff>=0.6,<0.17",
"mypy>=1.10",
]
# Slack transport (the /sql bot + Slack approval/notification/delivery
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ openpyxl>=3.1.0
# pulled a FastAPI/Starlette generation past the tested baseline while
# pyproject deliberately capped it, so the two install paths disagreed and
# the documented upgrade flow used the uncapped one. Widen both together.
fastapi>=0.115.0,<0.140
fastapi>=0.115.0,<0.141
uvicorn[standard]>=0.30.0,<0.52
PyJWT[crypto]>=2.9.0
httpx>=0.27.0
Loading