Skip to content

Commit 759e445

Browse files
Bump google-genai from 1.41.0 to 1.47.0
Bumps [google-genai](https://github.com/googleapis/python-genai) from 1.41.0 to 1.47.0. - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v1.41.0...v1.47.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4220a6d commit 759e445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"requests==2.32.5",
1414
"jinja2==3.1.6",
1515
"openai==2.6.1",
16-
"google-genai==1.41.0",
16+
"google-genai==1.47.0",
1717
"GitPython==3.1.45",
1818
"tqdm==4.67.1"
1919
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.32.5
22
jinja2==3.1.6
33
openai==2.6.1
4-
google-genai==1.41.0
4+
google-genai==1.47.0
55
GitPython==3.1.45
66
tqdm==4.67.1

0 commit comments

Comments
 (0)