chore: bump and fix versions (backend package).

This commit is contained in:
fztee
2025-11-07 16:19:26 +01:00
parent 511a89c8c2
commit 1dc0d967b3
+22 -18
View File
@@ -6,28 +6,32 @@ authors = []
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [
"fastapi>=0.116.1", "aiofiles==25.1.0",
"temporalio>=1.6.0", "aiohttp==3.13.2",
"boto3>=1.34.0", "boto3==1.40.68",
"pydantic>=2.0.0", "docker==7.1.0",
"pyyaml>=6.0", "fastapi==0.121.0",
"docker>=7.0.0", "fastmcp==2.13.0.2",
"aiofiles>=23.0.0", "pydantic==2.12.4",
"uvicorn>=0.30.0", "pyyaml==6.0.3",
"aiohttp>=3.12.15", "temporalio==1.18.2",
"fastmcp", "uvicorn==0.38.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"pytest>=8.0.0", "httpx==0.28.1",
"pytest-asyncio>=0.23.0", "pytest==8.4.2",
"pytest-benchmark>=4.0.0", "pytest-asyncio==1.2.0",
"pytest-cov>=5.0.0", "pytest-benchmark==5.2.1",
"pytest-xdist>=3.5.0", "pytest-cov==7.0.0",
"pytest-mock>=3.12.0", "pytest-mock==3.15.1",
"httpx>=0.27.0", "pytest-xdist==3.8.0",
"ruff>=0.1.0", ]
lints = [
"bandit==1.8.6",
"mypy==1.18.2",
"ruff==0.14.4",
] ]
[tool.pytest.ini_options] [tool.pytest.ini_options]