Skip to content

Commit 8545175

Browse files
SDK regeneration (#166)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 4e073b8 commit 8545175

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/square/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def __init__(
2222

2323
def get_headers(self) -> typing.Dict[str, str]:
2424
headers: typing.Dict[str, str] = {
25-
"User-Agent": "squareup/43.0.0.20250618",
25+
"User-Agent": "squareup/43.0.1.20250716",
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "squareup",
28-
"X-Fern-SDK-Version": "43.0.0.20250618",
28+
"X-Fern-SDK-Version": "43.0.1.20250716",
2929
}
3030
token = self._get_token()
3131
if token is not None:

0 commit comments

Comments
 (0)