Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0330025

Browse files
committed
Upgrade to 1.0.0
1 parent246468a commit0330025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎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 ="1.0rc1"
6+
version ="1.0.0"
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
@@ -27,10 +27,10 @@ def __init__(
2727

2828
defget_headers(self)->typing.Dict[str,str]:
2929
headers:typing.Dict[str,str]= {
30-
"User-Agent":"pipedream/1.0rc1",
30+
"User-Agent":"pipedream/1.0.0",
3131
"X-Fern-Language":"Python",
3232
"X-Fern-SDK-Name":"pipedream",
33-
"X-Fern-SDK-Version":"1.0rc1",
33+
"X-Fern-SDK-Version":"1.0.0",
3434
**(self.get_custom_headers()or {}),
3535
}
3636
ifself._project_environmentisnotNone:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp