diff --git a/pyproject.toml b/pyproject.toml index 077f30000..f97fc18bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "browser-use" description = "Make websites accessible for AI agents" authors = [{ name = "Gregor Zunic" }] -version = "0.12.1" +version = "0.12.2" readme = "README.md" requires-python = ">=3.11,<4.0" classifiers = [ @@ -30,7 +30,7 @@ dependencies = [ "typing-extensions==4.15.0", "uuid7==0.1.0", "authlib==1.6.6", - "google-genai==1.60.0", + "google-genai==1.65.0", "openai==2.16.0", "anthropic==0.76.0", "groq==1.0.0",