Skip to content

Commit a5184bf

Browse files
committed
Fix the pyprojects
1 parent ff88868 commit a5184bf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ version = "0.1.0"
88
description = "An AgentEx agent"
99
requires-python = ">=3.12"
1010
dependencies = [
11-
"agentex-sdk==0.6.0",
12-
"openai-agents-sdk==0.4.2",
13-
"temporalio==1.18.2",
11+
"agentex-sdk>=0.6.0",
12+
"openai-agents>=0.4.2",
13+
"temporalio>=1.18.2",
1414
"scale-gp",
1515
]
1616

@@ -32,4 +32,4 @@ target-version = ['py312']
3232

3333
[tool.isort]
3434
profile = "black"
35-
line_length = 88
35+
line_length = 88

examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ version = "0.1.0"
88
description = "An AgentEx agent"
99
requires-python = ">=3.12"
1010
dependencies = [
11-
"agentex-sdk==0.6.0",
12-
"openai-agents-sdk==0.4.2",
13-
"temporalio==1.18.2",
11+
"agentex-sdk>=0.6.0",
12+
"openai-agents>=0.4.2",
13+
"temporalio>=1.18.2",
1414
"scale-gp",
1515
]
1616

@@ -32,4 +32,4 @@ target-version = ['py312']
3232

3333
[tool.isort]
3434
profile = "black"
35-
line_length = 88
35+
line_length = 88

examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ version = "0.1.0"
88
description = "An AgentEx agent"
99
requires-python = ">=3.12"
1010
dependencies = [
11-
"agentex-sdk==0.6.0",
12-
"openai-agents-sdk==0.4.2",
13-
"temporalio==1.18.2",
11+
"agentex-sdk>=0.6.0",
12+
"openai-agents>=0.4.2",
13+
"temporalio>=1.18.2",
1414
"scale-gp",
1515
]
1616

@@ -32,4 +32,4 @@ target-version = ['py312']
3232

3333
[tool.isort]
3434
profile = "black"
35-
line_length = 88
35+
line_length = 88

0 commit comments

Comments
 (0)