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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi[standard]>=0.139.0",
"uvicorn>=0.46.0",
"uvicorn>=0.51.0",
"httpx[socks]>=0.28.1",
"pydantic>=2.13.3",
"python-dotenv>=1.2.2",
"tiktoken>=0.7.0",
"pydantic-settings>=2.14.2",
"openai>=2.34.0",
"openai>=2.46.0",
"loguru>=0.7.0",
# Security floors for transitive deps pulled by fastapi[standard].
# Pinning here (rather than relying on transitive resolution) ensures
# patched versions are always selected and makes the requirement explicit.
"starlette>=1.3.1",
"aiohttp>=3.14.1",
"aiohttp>=3.14.2",
"python-multipart>=0.0.31",
]

Expand Down Expand Up @@ -50,8 +50,8 @@ dev = [
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.1.0",
"ty>=0.0.34",
"ruff>=0.15.12",
"ty>=0.0.62",
"ruff>=0.15.22",
"pytest-xdist>=3.8.0",
]

Expand Down
Loading