Skip to content

Commit c685362

Browse files
committed
SDK regeneration
1 parent 51b564b commit c685362

File tree

21 files changed

+164
-153
lines changed

21 files changed

+164
-153
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from pipedream import Pipedream
2424

2525
client = Pipedream(
2626
project_id="YOUR_PROJECT_ID",
27-
x_pd_environment="YOUR_X_PD_ENVIRONMENT",
27+
project_environment="YOUR_PROJECT_ENVIRONMENT",
2828
client_id="YOUR_CLIENT_ID",
2929
client_secret="YOUR_CLIENT_SECRET",
3030
)
@@ -46,7 +46,7 @@ from pipedream import AsyncPipedream
4646

4747
client = AsyncPipedream(
4848
project_id="YOUR_PROJECT_ID",
49-
x_pd_environment="YOUR_X_PD_ENVIRONMENT",
49+
project_environment="YOUR_PROJECT_ENVIRONMENT",
5050
client_id="YOUR_CLIENT_ID",
5151
client_secret="YOUR_CLIENT_SECRET",
5252
)
@@ -87,7 +87,7 @@ from pipedream import Pipedream
8787

8888
client = Pipedream(
8989
project_id="YOUR_PROJECT_ID",
90-
x_pd_environment="YOUR_X_PD_ENVIRONMENT",
90+
project_environment="YOUR_PROJECT_ENVIRONMENT",
9191
client_id="YOUR_CLIENT_ID",
9292
client_secret="YOUR_CLIENT_SECRET",
9393
)

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 = []

0 commit comments

Comments
 (0)