Skip to content

Commit 5a3f419

Browse files
feat(api): manual updates
1 parent 1996efe commit 5a3f419

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-ed52466945f2f8dfd3814a29e948d7bf30af7b76a7a7689079c03b8baf64e26f.yml
33
openapi_spec_hash: 5d57aaf2362b0d882372dbf76477ba23
4-
config_hash: 989ddfee371586e9156b4d484ec0a6cc
4+
config_hash: 8ec9eaf59304f664cf79f73de1488671

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Stagehand
189+
Copyright 2026 Stagehand
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

src/stagehand/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(
111111
if base_url is None:
112112
base_url = os.environ.get("STAGEHAND_BASE_URL")
113113
if base_url is None:
114-
base_url = f"https://api.stagehand.browserbase.com/v1"
114+
base_url = f"https://api.stagehand.browserbase.com"
115115

116116
super().__init__(
117117
version=__version__,
@@ -328,7 +328,7 @@ def __init__(
328328
if base_url is None:
329329
base_url = os.environ.get("STAGEHAND_BASE_URL")
330330
if base_url is None:
331-
base_url = f"https://api.stagehand.browserbase.com/v1"
331+
base_url = f"https://api.stagehand.browserbase.com"
332332

333333
super().__init__(
334334
version=__version__,

0 commit comments

Comments
 (0)