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 3dde585 commit 674a061Copy full SHA for 674a061
pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"isort>=5.12,<6.1",
17
"libcst>=1.7,<1.8",
18
"packaging>=23.2,<25.0",
19
- "pydantic~=2.10.6",
+ "pydantic~=2.11.3",
20
"pylint>=3.3,<3.4",
21
"python-json-logger~=3.3.0",
22
"PyYAML~=6.0.0",
@@ -64,7 +64,7 @@ test = [
64
"Jinja2~=3.1.2",
65
"jsonschema~=4.23.0",
66
"lxml>=5.3.0,<6.0.0",
67
- "openai>=1.72,<1.73",
+ "openai>=1.74,<1.75",
68
"mock==5.2.*",
69
"pre-commit<5",
70
"Pyjwt~=2.10.0",
@@ -89,7 +89,7 @@ complexity = [
89
"xenon==0.9.*",
90
]
91
openai = [
92
93
94
azure = [
95
"azure-ai-inference>=1.0.0b1,<2.0",
0 commit comments