Skip to content

Commit b7679d5

Browse files
chore(deps-dev): update google-genai requirement
Updates the requirements on [google-genai](https://github.com/googleapis/python-genai) to permit the latest version. - [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.0.0...v2.10.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2762eaf commit b7679d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535

3636
[project.optional-dependencies]
37-
gemini = ["google-genai>=1.0.0,<2.0"]
37+
gemini = ["google-genai>=1.0.0,<3.0"]
3838
openai = ["openai>=1.0.0,<3.0"]
3939
anthropic = ["anthropic>=0.34,<1.0"]
4040
groq = ["groq>=0.9,<1.0"]

0 commit comments

Comments
 (0)