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 9a41a51 commit cf390abCopy full SHA for cf390ab
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.1",
+ "pydantic~=2.11.0",
20
"pylint>=3.3,<3.4",
21
"python-json-logger~=3.3.0",
22
"PyYAML~=6.0.0",
@@ -62,7 +62,7 @@ test = [
62
"Jinja2~=3.1.2",
63
"jsonschema~=4.23.0",
64
"lxml>=5.3.0,<6.0.0",
65
- "openai>=1.68,<1.69",
+ "openai>=1.69,<1.70",
66
"mock==5.2.*",
67
"pre-commit<5",
68
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
86
"xenon==0.9.*",
87
]
88
openai = [
89
90
91
azure = [
92
"azure-ai-inference>=1.0.0b1,<2.0",
0 commit comments