Skip to content

Commit 5d76653

Browse files
authored
Merge branch 'main' into RHOAIENG-24896-tls
2 parents 6380999 + df7a616 commit 5d76653

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 = [
2727
dev = [
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
]
3636
eval = ["lm-eval[api]==0.4.4", "fastapi-utils>=0.8.0", "typing-inspect==0.9.0"]

0 commit comments

Comments
 (0)