Skip to content

Commit 3b40036

Browse files
[GithubActions] Update SDK-Typescript 1.9.1 SDK-Python 0.11.0 (#26)
Co-authored-by: gvdongen <[email protected]>
1 parent 8346534 commit 3b40036

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

a2a/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = [
88
"httpx>=0.28.1",
99
"hypercorn",
10-
"restate_sdk[serde]>=0.10.2",
10+
"restate-sdk[serde]>=0.11.0",
1111
"pydantic>=2.11.9",
1212
"openai",
1313
"fastapi[standard]",

openai-agents/template/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = [
88
"httpx",
99
"hypercorn",
10-
"restate_sdk[serde]>=0.11.0",
10+
"restate-sdk[serde]>=0.11.0",
1111
"pydantic>=2.11.9",
1212
"openai-agents==0.3.1",
1313
]

openai-agents/tour-of-agents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"httpx",
99
"hypercorn",
10-
"restate_sdk[serde]>=0.11.0",
10+
"restate-sdk[serde]>=0.11.0",
1111
"pydantic>=2.11.9",
1212
"openai-agents>=0.3.2",
1313
]

python-patterns/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ requires-python = ">=3.12"
77

88
dependencies = [
99
"hypercorn",
10-
"restate_sdk[serde]>=0.10.1",
10+
"restate-sdk[serde]>=0.11.0",
1111
"pydantic>=2.11.9",
12-
"litellm"
12+
"litellm",
1313
]
1414

1515
[dependency-groups]

0 commit comments

Comments
 (0)