Skip to content

Commit fffcbf9

Browse files
authored
add opus 4.7 for claude computer use (#74)
1 parent b99f53c commit fffcbf9

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
@@ -63,6 +63,7 @@
6363
ClaudeComputerUseLlm = Literal[
6464
"claude-opus-4-5",
6565
"claude-opus-4-6",
66+
"claude-opus-4-7",
6667
"claude-haiku-4-5-20251001",
6768
"claude-sonnet-4-6",
6869
"claude-sonnet-4-5",

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.90.3"
3+
version = "0.90.4"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)