diff --git a/examples/tutorials/10_async/00_base/090_multi_agent_non_temporal/pyproject.toml b/examples/tutorials/10_async/00_base/090_multi_agent_non_temporal/pyproject.toml index a2234c45e..97c221dc2 100644 --- a/examples/tutorials/10_async/00_base/090_multi_agent_non_temporal/pyproject.toml +++ b/examples/tutorials/10_async/00_base/090_multi_agent_non_temporal/pyproject.toml @@ -16,6 +16,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", + "pytest-asyncio", + "httpx", "black", "isort", "flake8", diff --git a/examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml b/examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml index 5a1cd08d0..28cfa2f1d 100644 --- a/examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml +++ b/examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml @@ -17,6 +17,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", + "pytest-asyncio", + "httpx", "black", "isort", "flake8", diff --git a/examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml b/examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml index 22f4e0080..343d4e01a 100644 --- a/examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml +++ b/examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml @@ -17,6 +17,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", + "pytest-asyncio", + "httpx", "black", "isort", "flake8", diff --git a/examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml b/examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml index b38ee6e63..5f4c7fbe7 100644 --- a/examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml +++ b/examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml @@ -17,6 +17,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", + "pytest-asyncio", + "httpx", "black", "isort", "flake8", diff --git a/examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/pyproject.toml b/examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/pyproject.toml index 12573a90f..23213dfd0 100644 --- a/examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/pyproject.toml +++ b/examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/pyproject.toml @@ -17,6 +17,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", + "pytest-asyncio", + "httpx", "black", "isort", "flake8",