We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5387792 commit f6094cbCopy full SHA for f6094cb
2 files changed
pyproject.toml
@@ -11,9 +11,9 @@ license = { file = "LICENSE" }
11
dynamic = [ "readme" ]
12
dependencies = [
13
"requests==2.32.3",
14
- "jinja2==3.1.5",
15
- "openai==1.64.0",
16
- "google-genai==1.3.0",
+ "jinja2==3.1.6",
+ "openai==1.65.4",
+ "google-genai==1.4.0",
17
"GitPython==3.1.44",
18
"tqdm==4.67.1"
19
]
requirements.txt
@@ -1,6 +1,6 @@
1
requests==2.32.3
2
-jinja2==3.1.5
3
-openai==1.64.0
4
-google-genai==1.3.0
+jinja2==3.1.6
+openai==1.65.4
+google-genai==1.4.0
5
GitPython==3.1.44
6
tqdm==4.67.1
0 commit comments