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 aabccde commit a451a05Copy full SHA for a451a05
pyproject.toml
@@ -51,7 +51,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
51
52
[project.optional-dependencies]
53
semgrep = [
54
- "semgrep>=1.134,<1.135",
+ "semgrep>=1.135,<1.136",
55
]
56
test = [
57
"azure-ai-inference>=1.0.0b1,<2.0",
@@ -66,7 +66,7 @@ test = [
66
"Jinja2~=3.1.2",
67
"jsonschema~=4.25.0",
68
"lxml>=6.0.0,<6.1.0",
69
- "openai>=1.102,<1.103",
+ "openai>=1.106,<1.107",
70
"mock==5.2.*",
71
"pre-commit<5",
72
"Pyjwt~=2.10.0",
@@ -86,14 +86,14 @@ test = [
86
"fickling~=0.1.0,>=0.1.3",
87
"graphql-server~=3.0.0b9",
88
"unidiff>=0.7.5",
89
90
91
complexity = [
92
"radon==6.0.*",
93
"xenon==0.9.*",
94
95
openai = [
96
97
98
azure = [
99
0 commit comments