Update pyproject.toml

This commit is contained in:
Saurav Panda
2026-03-12 11:31:28 -07:00
committed by GitHub
parent 5991c7ff86
commit 503f7ccbfe

View File

@@ -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",