File tree Expand file tree Collapse file tree 3 files changed +21
-17
lines changed
Expand file tree Collapse file tree 3 files changed +21
-17
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,14 @@ license = "Apache-2.0"
77authors = [
88{
name =
" Agentex" ,
email =
" [email protected] " },
99]
10+
1011dependencies = [
1112 " httpx>=0.27.2,<0.28" ,
1213 " pydantic>=2.0.0, <3" ,
13- " typing-extensions>=4.10, <5" ,
14- " anyio>=3.5.0, <5" ,
15- " distro>=1.7.0, <2" ,
16- " sniffio" ,
14+ " typing-extensions>=4.10, <5" ,
15+ " anyio>=3.5.0, <5" ,
16+ " distro>=1.7.0, <2" ,
17+ " sniffio" ,
1718 " typer>=0.16,<0.17" ,
1819 " questionary>=2.0.1,<3" ,
1920 " rich>=13.9.2,<14" ,
@@ -48,6 +49,7 @@ dependencies = [
4849 " claude-agent-sdk>=0.1.0" ,
4950 " anthropic>=0.40.0" ,
5051]
52+
5153requires-python = " >= 3.12,<4"
5254classifiers = [
5355 " Typing :: Typed" ,
Original file line number Diff line number Diff line change 1212-e file:.
1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
15- aiohttp==3.12.8
15+ aiohttp==3.13.2
1616 # via agentex-sdk
1717 # via httpx-aiohttp
1818 # via litellm
1919aiosignal==1.3.2
2020 # via aiohttp
21- annotated-types==0.6 .0
21+ annotated-types==0.7 .0
2222 # via pydantic
2323anyio==4.10.0
2424 # via agentex-sdk
@@ -74,7 +74,7 @@ decorator==5.2.1
7474dirty-equals==0.6.0
7575distlib==0.3.7
7676 # via virtualenv
77- distro==1.8 .0
77+ distro==1.9 .0
7878 # via agentex-sdk
7979 # via openai
8080 # via scale-gp
@@ -90,7 +90,7 @@ fastapi==0.115.14
9090filelock==3.12.4
9191 # via huggingface-hub
9292 # via virtualenv
93- frozenlist==1.6.2
93+ frozenlist==1.8.0
9494 # via aiohttp
9595 # via aiosignal
9696fsspec==2025.7.0
@@ -175,11 +175,11 @@ mcp==1.12.4
175175 # via openai-agents
176176mdurl==0.1.2
177177 # via markdown-it-py
178- multidict==6.4.4
178+ multidict==6.7.0
179179 # via aiohttp
180180 # via yarl
181181mypy==1.17.0
182- mypy-extensions==1.0 .0
182+ mypy-extensions==1.1 .0
183183 # via mypy
184184nest-asyncio==1.6.0
185185 # via ipykernel
@@ -213,7 +213,7 @@ pexpect==4.9.0
213213platformdirs==3.11.0
214214 # via jupyter-core
215215 # via virtualenv
216- pluggy==1.5 .0
216+ pluggy==1.6 .0
217217 # via pytest
218218prompt-toolkit==3.0.51
219219 # via ipython
@@ -327,7 +327,7 @@ shellingham==1.5.4
327327six==1.16.0
328328 # via kubernetes
329329 # via python-dateutil
330- sniffio==1.3.0
330+ sniffio==1.3.1
331331 # via agentex-sdk
332332 # via anyio
333333 # via httpx
@@ -373,6 +373,7 @@ types-urllib3==1.26.25.14
373373 # via types-requests
374374typing-extensions==4.12.2
375375 # via agentex-sdk
376+ # via aiosignal
376377 # via anyio
377378 # via fastapi
378379 # via huggingface-hub
@@ -391,7 +392,8 @@ typing-extensions==4.12.2
391392 # via temporalio
392393 # via typer
393394 # via typing-inspection
394- typing-inspection==0.4.1
395+ # via virtualenv
396+ typing-inspection==0.4.2
395397 # via pydantic
396398 # via pydantic-settings
397399tzdata==2025.2
@@ -416,5 +418,5 @@ wrapt==1.17.3
416418 # via ddtrace
417419yarl==1.20.0
418420 # via aiohttp
419- zipp==3.17 .0
421+ zipp==3.23 .0
420422 # via importlib-metadata
Original file line number Diff line number Diff line change 1212-e file:.
1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
15- aiohttp==3.12.8
15+ aiohttp==3.13.2
1616 # via agentex-sdk
1717 # via httpx-aiohttp
1818 # via litellm
1919aiosignal==1.3.2
2020 # via aiohttp
21- annotated-types==0.6 .0
21+ annotated-types==0.7 .0
2222 # via pydantic
2323anyio==4.10.0
2424 # via agentex-sdk
@@ -290,7 +290,6 @@ six==1.17.0
290290 # via python-dateutil
291291sniffio==1.3.0
292292 # via agentex-sdk
293- # via anyio
294293typing-extensions==4.15.0
295294 # via httpx
296295 # via openai
@@ -333,6 +332,7 @@ types-requests==2.31.0.6
333332types-urllib3==1.26.25.14
334333 # via types-requests
335334 # via agentex-sdk
335+ # via aiosignal
336336 # via anyio
337337 # via fastapi
338338 # via huggingface-hub
You can’t perform that action at this time.
0 commit comments