Skip to content

Commit 326204a

Browse files
authored
Update SDK version to 1.18 (#247)
* Update SDK version to 1.18 * Update openai breaking change
1 parent 8597fdd commit 326204a

File tree

3 files changed

+158
-156
lines changed

3 files changed

+158
-156
lines changed

openai_agents/reasoning_content/activities/reasoning_activities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ async def get_reasoning_response(
3131
tracing=ModelTracing.DISABLED,
3232
previous_response_id=None,
3333
prompt=None,
34+
conversation_id=None,
3435
)
3536

3637
# Extract reasoning content and regular content from the response

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
88
license = "MIT"
9-
dependencies = ["temporalio>=1.15.0,<2"]
9+
dependencies = ["temporalio>=1.18.0,<2"]
1010

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -56,7 +56,7 @@ open-telemetry = [
5656
]
5757
openai-agents = [
5858
"openai-agents[litellm] >= 0.2.3",
59-
"temporalio[openai-agents] >= 1.15.0",
59+
"temporalio[openai-agents] >= 1.18.0",
6060
]
6161
pydantic-converter = ["pydantic>=2.10.6,<3"]
6262
sentry = ["sentry-sdk>=2.13.0"]

0 commit comments

Comments
 (0)