File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ dependencies = [
1010 " fastapi-utils>=0.8.0" ,
1111 " typing-inspect==0.9.0" ,
1212 " pandas>=2.2.3,<3" ,
13- " prometheus-client>=0.21.1,<0.23 " ,
13+ " prometheus-client>=0.21.1,<0.24 " ,
1414 " pydantic>=2.4.2,<3" ,
15- " uvicorn>=0.34.0,<0.36 " ,
15+ " uvicorn>=0.34.0,<0.39 " ,
1616 " protobuf>=4.24.4,<7" ,
1717 " requests>=2.31.0,<3" ,
18- " cryptography>=44.0.2,<46 " ,
18+ " cryptography>=44.0.2,<47 " ,
1919 " h5py>=3.13.0,<4" ,
2020 " scikit-learn" ,
2121 " aif360" ,
@@ -27,10 +27,10 @@ dependencies = [
2727dev = [
2828 " pytest>=7.4.2,<9" ,
2929 " pytest-asyncio>=0.26.0,<2" ,
30- " isort>=5.12.0,<7 " ,
30+ " isort>=5.12.0,<8 " ,
3131 " flake8>=6.1.0,<8" ,
3232 " mypy>=1.5.1,<2" ,
33- " pytest-cov>=4.1.0,<7 " ,
33+ " pytest-cov>=4.1.0,<8 " ,
3434 " httpx>=0.25.0,<0.29" ,
3535]
3636eval = [" lm-eval[api]==0.4.4" , " fastapi-utils>=0.8.0" , " typing-inspect==0.9.0" ]
You can’t perform that action at this time.
0 commit comments