From 503f7ccbfeaf1167a09e644ec3dbc45ffeb7851d Mon Sep 17 00:00:00 2001 From: Saurav Panda Date: Thu, 12 Mar 2026 11:31:28 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",