Skip to content
Open
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
12 changes: 6 additions & 6 deletions apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{ name = "Doga Gursoy" }]
license = { text = "Apache-2.0" }

dependencies = [
"fastapi>=0.136.1,<0.137",
"fastapi>=0.136.3,<0.137",
"asyncpg>=0.31.0,<0.32",
"pydantic>=2.13.4,<3",
"pydantic-settings>=2.14.1,<3",
Expand All @@ -35,7 +35,7 @@ dependencies = [
# subscribers + tests use the port + `FakeLLM`. Pin <1 to flag a future
# major SDK shift in CI
# before it lands silently.
"anthropic>=0.103.1,<1",
"anthropic>=0.104.1,<1",
# PyJWT (Phase C Iter A): the one library dependency for the edge-auth
# JWT path — used by `JwtTokenVerifier` for `Authorization: Bearer <JWT>`
# signature verification + JWKS rotation. `[crypto]` extra pulls in
Expand All @@ -57,11 +57,11 @@ dependencies = [
[dependency-groups]
dev = [
"pytest>=9.0.3,<10",
"pytest-asyncio>=1.3.0,<2",
"pytest-asyncio>=1.4.0,<2",
"pytest-cov>=7.1.0,<8",
"coverage[toml]>=7.14.0,<8",
"diff-cover>=10.2.0,<11",
"ruff>=0.15.13,<0.16",
"diff-cover>=10.2.1,<11",
"ruff>=0.15.15,<0.16",
"pyright>=1.1.409,<2",
"httpx>=0.28.0",
"asgi-lifespan>=2.1.0,<3",
Expand Down Expand Up @@ -98,7 +98,7 @@ dev = [
# tests/conftest.py and auto-activates on CI=true to derandomize the seed
# and disable the local example database, sidestepping xdist seed
# collisions across worker processes.
"hypothesis>=6.130,<7",
"hypothesis>=6.155.0,<7",
# hypothesis-jsonschema: Hypothesis strategy builder driven by JSON
# Schema documents. Used by `tests/contract/test_mcp_tools_fuzz.py`
# (Iter H of the testing-techniques rollout) to generate
Expand Down
Loading
Loading