get v1.0.15 version back and add support for Anthropic Claude Opus 4.6 in webbench (#4778)

This commit is contained in:
Shuchang Zheng
2026-02-17 20:50:21 -08:00
committed by GitHub
parent f85af654b4
commit 5b50590cec
18 changed files with 3461 additions and 2649 deletions

View File

@@ -22,10 +22,10 @@ class BaseClientWrapper:
def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"User-Agent": "skyvern/1.0.13",
"User-Agent": "skyvern/1.0.15",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "1.0.13",
"X-Fern-SDK-Version": "1.0.15",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: