Fern: regenerated Python SDK (#3829)

This commit is contained in:
Stanislav Novosad
2025-10-27 16:26:37 -06:00
committed by GitHub
parent c12c047768
commit ba0b25cb4b
150 changed files with 8305 additions and 3701 deletions

View File

@@ -48,7 +48,6 @@ class Skyvern(AsyncSkyvern):
super().__init__(
base_url=base_url,
api_key=api_key,
x_api_key=api_key,
environment=environment,
timeout=timeout,
follow_redirects=follow_redirects,

View File

@@ -104,7 +104,6 @@ class SkyvernSdk:
environment=environment,
base_url=base_url,
api_key=self._api_key,
x_api_key=self._api_key,
timeout=timeout,
follow_redirects=follow_redirects,
httpx_client=httpx_client,