We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4220a6d + 759e445 commit 902bea9Copy full SHA for 902bea9
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"requests==2.32.5",
14
"jinja2==3.1.6",
15
"openai==2.6.1",
16
- "google-genai==1.41.0",
+ "google-genai==1.47.0",
17
"GitPython==3.1.45",
18
"tqdm==4.67.1"
19
]
requirements.txt
@@ -1,6 +1,6 @@
1
requests==2.32.5
2
jinja2==3.1.6
3
openai==2.6.1
4
-google-genai==1.41.0
+google-genai==1.47.0
5
GitPython==3.1.45
6
tqdm==4.67.1
0 commit comments