Skip to content

Commit 5af2475

Browse files
chore(deps-dev): update google-genai requirement (#44)
Dependabot dep bump (google-genai constraint widened to >=1.0,<3). +1/-1, single file. History: 6 checks were SUCCESS pre-rebase. Branch updated via GitHub's update-branch endpoint after main moved. --auto enabled to merge once the re-triggered checks clear. Salvaged as part of github-cleanup-2026-05-18 PR salvage (D2: prefer local pytest, but AgentSuite is a public repo with free hosted runner minutes; --auto lets the existing CI workflow re-verify the rebase without burning operator attention).
1 parent 32f07c6 commit 5af2475

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
@@ -29,7 +29,7 @@ dependencies = [
2929
[project.optional-dependencies]
3030
anthropic = ["anthropic>=0.40,<1"]
3131
openai = ["openai>=1.50,<3"]
32-
gemini = ["google-genai>=1.0,<2"]
32+
gemini = ["google-genai>=1.0,<3"]
3333
ollama = ["ollama>=0.4,<1"]
3434
mcp = ["mcp>=1.0,<2"]
3535
image = ["pillow>=10.0,<13"]

0 commit comments

Comments
 (0)