File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ dynamic = ["version"]
44description = " FastAPI microservice for dispatching Snakemake workflows to compute backends"
55requires-python = " >=3.12"
66dependencies = [
7- " fastapi>=0.115 ,<1" ,
8- " uvicorn[standard]>=0.34 ,<1" ,
9- " sse-starlette>=2.2,<3 " ,
10- " pydantic>=2.10 ,<3" ,
11- " pydantic-settings>=2.7 ,<3" ,
7+ " fastapi>=0.136.1 ,<1" ,
8+ " uvicorn[standard]>=0.46.0 ,<1" ,
9+ " sse-starlette>=3.4.1,<4 " ,
10+ " pydantic>=2.13.3 ,<3" ,
11+ " pydantic-settings>=2.14.0 ,<3" ,
1212 " pyyaml>=6,<7" ,
1313]
1414
@@ -18,13 +18,13 @@ slurm = [
1818]
1919dev = [
2020 " pytest>=8,<9" ,
21- " pytest-asyncio>=0.25,<1 " ,
21+ " pytest-asyncio>=1.3.0,<2 " ,
2222 " httpx>=0.28,<1" ,
23- " ruff>=0.9 ,<1" ,
23+ " ruff>=0.15.12 ,<1" ,
2424]
2525
2626[build-system ]
27- requires = [" setuptools>=64 " , " setuptools_scm>=8 " ]
27+ requires = [" setuptools>=82.0.1 " , " setuptools_scm>=10.0.5 " ]
2828build-backend = " setuptools.build_meta"
2929
3030[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments