Skip to content

Commit 24d118b

Browse files
committed
SDK regeneration
1 parent 51b564b commit 24d118b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pipedream"
33

44
[tool.poetry]
55
name = "pipedream"
6-
version = "0.3.1"
6+
version = "0.3.2"
77
description = ""
88
readme = "README.md"
99
authors = []

src/pipedream/core/client_wrapper.py

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

2727
def get_headers(self) -> typing.Dict[str, str]:
2828
headers: typing.Dict[str, str] = {
29-
"User-Agent": "pipedream/0.3.1",
29+
"User-Agent": "pipedream/0.3.2",
3030
"X-Fern-Language": "Python",
3131
"X-Fern-SDK-Name": "pipedream",
32-
"X-Fern-SDK-Version": "0.3.1",
32+
"X-Fern-SDK-Version": "0.3.2",
3333
**(self.get_custom_headers() or {}),
3434
}
3535
if self._x_pd_environment is not None:

0 commit comments

Comments
 (0)