chore: update dependency versions to latest stable

This commit is contained in:
2025-11-30 18:01:40 -05:00
parent f35c099f4a
commit a3856c06fd

View File

@@ -6,15 +6,15 @@ requires-python = ">=3.12"
dependencies = [ dependencies = [
"fastapi>=0.123.0", "fastapi>=0.123.0",
"uvicorn[standard]>=0.38.0", "uvicorn[standard]>=0.38.0",
"pydantic>=2.12.5", "pydantic>=2.12.5,<3.0.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"pytest>=8.3.0", "pytest>=8.4.0",
"pytest-asyncio>=0.24.0", "pytest-asyncio>=1.2.0",
"httpx>=0.28.1", "httpx>=0.28.1",
"requests>=2.32.0", "requests>=2.32.3,<3.0.0",
] ]
[tool.pytest.ini_options] [tool.pytest.ini_options]
@@ -23,8 +23,8 @@ testpaths = ["tests"]
[tool.uv] [tool.uv]
dev-dependencies = [ dev-dependencies = [
"pytest>=8.3.0", "pytest>=8.4.0",
"pytest-asyncio>=0.24.0", "pytest-asyncio>=1.2.0",
"httpx>=0.28.1", "httpx>=0.28.1",
"requests>=2.32.0", "requests>=2.32.3,<3.0.0",
] ]