File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 7
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-ed52466945f2f8dfd3814a29e948d7bf30af7b76a7a7689079c03b8baf64e26f.yml
33openapi_spec_hash : 5d57aaf2362b0d882372dbf76477ba23
4- config_hash : 989ddfee371586e9156b4d484ec0a6cc
4+ config_hash : 8ec9eaf59304f664cf79f73de1488671
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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__ ,
You can’t perform that action at this time.
0 commit comments