File tree Expand file tree Collapse file tree 4 files changed +9
-20
lines changed
examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/workspace Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ managed = true
8282# version pins are in requirements-dev.lock
8383dev-dependencies = [
8484 " pyright==1.1.399" ,
85- " mypy" ,
85+ " mypy==1.17 " ,
8686 " respx" ,
8787 " pytest" ,
8888 " pytest-asyncio" ,
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ mdurl==0.1.2
178178multidict==6.4.4
179179 # via aiohttp
180180 # via yarl
181- mypy==1.14.1
181+ mypy==1.17.0
182182mypy-extensions==1.0.0
183183 # via mypy
184184nest-asyncio==1.6.0
@@ -204,6 +204,8 @@ packaging==23.2
204204 # via ipykernel
205205 # via nox
206206 # via pytest
207+ pathspec==0.12.1
208+ # via mypy
207209parso==0.8.4
208210 # via jedi
209211pexpect==4.9.0
Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ prompt-toolkit==3.0.51
200200propcache==0.3.1
201201 # via aiohttp
202202 # via yarl
203+ pydantic==2.12.5
204+ # via agentex-sdk
205+ pydantic-core==2.41.5
203206protobuf==5.29.5
204207 # via ddtrace
205208 # via temporalio
@@ -214,18 +217,6 @@ pyasn1==0.6.1
214217 # via rsa
215218pyasn1-modules==0.4.2
216219 # via google-auth
217- pydantic==2.11.9
218- # via agentex-sdk
219- # via fastapi
220- # via litellm
221- # via mcp
222- # via openai
223- # via openai-agents
224- # via pydantic-settings
225- # via python-on-whales
226- # via scale-gp
227- # via scale-gp-beta
228- pydantic-core==2.33.2
229220 # via pydantic
230221pydantic-settings==2.10.1
231222 # via mcp
@@ -300,6 +291,7 @@ six==1.17.0
300291sniffio==1.3.0
301292 # via agentex-sdk
302293 # via anyio
294+ typing-extensions==4.15.0
303295 # via httpx
304296 # via openai
305297 # via scale-gp
@@ -340,7 +332,6 @@ types-requests==2.31.0.6
340332 # via openai-agents
341333types-urllib3==1.26.25.14
342334 # via types-requests
343- typing-extensions==4.12.2
344335 # via agentex-sdk
345336 # via anyio
346337 # via fastapi
@@ -358,7 +349,7 @@ typing-extensions==4.12.2
358349 # via temporalio
359350 # via typer
360351 # via typing-inspection
361- typing-inspection==0.4.1
352+ typing-inspection==0.4.2
362353 # via pydantic
363354 # via pydantic-settings
364355tzdata==2025.2
You can’t perform that action at this time.
0 commit comments