Skip to content

Commit 1555e59

Browse files
authored
feat: add Claude Opus 5 to Claude computer use models (#108)
* feat: add Claude Opus 5 to Claude computer use models * chore: bump version to 0.93.4
1 parent 9ed3288 commit 1555e59

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hyperbrowser/models/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"gemini-3-flash-preview",
6666
]
6767
ClaudeComputerUseLlm = Literal[
68+
"claude-opus-5",
6869
"claude-opus-4-5",
6970
"claude-opus-4-6",
7071
"claude-opus-4-7",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperbrowser"
3-
version = "0.93.3"
3+
version = "0.93.4"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)