We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f4add commit 3066bb3Copy full SHA for 3066bb3
pyproject.toml
@@ -67,7 +67,7 @@ test = [
67
"Jinja2~=3.1.2",
68
"jsonschema~=4.24.0",
69
"lxml>=5.3.0,<6.0.0",
70
- "openai>=1.90,<1.91",
+ "openai>=1.91,<1.92",
71
"mock==5.2.*",
72
"pre-commit<5",
73
"Pyjwt~=2.10.0",
@@ -81,7 +81,7 @@ test = [
81
"security==1.3.1",
82
"types-mock==5.2.*",
83
"django>=4,<6",
84
- "numpy ==2.2.6; python_version == '3.10'",
+ "numpy ==2.3.1; python_version == '3.10'",
85
"numpy ~= 2.3.0; python_version > '3.10'",
86
"flask_wtf~=1.2.0",
87
"fickling~=0.1.0,>=0.1.3",
@@ -94,7 +94,7 @@ complexity = [
94
"xenon==0.9.*",
95
]
96
openai = [
97
98
99
azure = [
100
"azure-ai-inference>=1.0.0b1,<2.0",
0 commit comments