We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c08651 commit 464ad22Copy full SHA for 464ad22
2 files changed
pyproject.toml
@@ -79,7 +79,7 @@ dependencies = [
79
"llama-api-client>=0.5,<0.7",
80
"huggingface-hub>=1.2.3,<2.0.0",
81
"openai>=2.12.0,<3.0.0",
82
- "pyarrow>=22.0.0,<23.0.0",
+ "pyarrow>=22.0.0,<24.0.0",
83
"tiktoken>=0.12.0,<1.0.0",
84
"uvicorn>=0.38,<0.41",
85
"modellogger @ git+https://github.com/mlcommons/modellogger.git",
@@ -99,7 +99,7 @@ dev = [
99
"pytest-mock>=3.12.0,<4.0.0",
100
"pytest-timeout>=2.3.1,<3.0.0",
101
"mypy>=1.7.1,<2.0.0",
102
- "black>=25.1.0,<26.0.0",
+ "black>=25.1.0,<27.0.0",
103
"beautifulsoup4>=4.12.3,<5.0.0",
104
"flaky>=3.8.1,<4.0.0",
105
"types-beautifulsoup4>=4.12.0.20240229,<5.0.0",
0 commit comments