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 332907a commit 2c50d4dCopy full SHA for 2c50d4d
pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
"pylint>=3.3,<3.4",
21
"python-json-logger~=3.3.0",
22
"PyYAML~=6.0.0",
23
- "semgrep>=1.117,<1.118",
+ "semgrep>=1.118,<1.119",
24
"toml~=0.10.2",
25
"tomlkit~=0.13.0",
26
"wrapt~=1.17.0",
@@ -63,7 +63,7 @@ test = [
63
"Jinja2~=3.1.2",
64
"jsonschema~=4.23.0",
65
"lxml>=5.3.0,<6.0.0",
66
- "openai>=1.71,<1.72",
+ "openai>=1.72,<1.73",
67
"mock==5.2.*",
68
"pre-commit<5",
69
"Pyjwt~=2.10.0",
@@ -87,7 +87,7 @@ complexity = [
87
"xenon==0.9.*",
88
]
89
openai = [
90
91
92
azure = [
93
"azure-ai-inference>=1.0.0b1,<2.0",
0 commit comments