Release TS/Python SDK 2.22 (#3942)
This commit is contained in:
committed by
GitHub
parent
a9c3d692ff
commit
65a9259160
@@ -22,10 +22,10 @@ class BaseClientWrapper:
|
||||
|
||||
def get_headers(self) -> typing.Dict[str, str]:
|
||||
headers: typing.Dict[str, str] = {
|
||||
"User-Agent": "skyvern/0.2.21",
|
||||
"User-Agent": "skyvern/0.2.22",
|
||||
"X-Fern-Language": "Python",
|
||||
"X-Fern-SDK-Name": "skyvern",
|
||||
"X-Fern-SDK-Version": "0.2.21",
|
||||
"X-Fern-SDK-Version": "0.2.22",
|
||||
**(self.get_custom_headers() or {}),
|
||||
}
|
||||
if self._api_key is not None:
|
||||
|
||||
Reference in New Issue
Block a user