We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfc181 commit c67694dCopy full SHA for c67694d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "superagent-py"
3
-version = "v0.2.27"
+version = "v0.2.28"
4
description = ""
5
readme = "README.md"
6
authors = []
src/superagent/core/client_wrapper.py
@@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
16
headers: typing.Dict[str, str] = {
17
"X-Fern-Language": "Python",
18
"X-Fern-SDK-Name": "superagent-py",
19
- "X-Fern-SDK-Version": "v0.2.27",
+ "X-Fern-SDK-Version": "v0.2.28",
20
}
21
token = self._get_token()
22
if token is not None:
0 commit comments