File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ authors = [
1111dependencies = [
1212 " httpx>=0.28.1,<0.29" ,
1313 " pydantic>=2.0.0, <3" ,
14- " typing-extensions>=4.14, <5" ,
15- " anyio>=3.5.0, <5" ,
16- " distro>=1.7.0, <2" ,
17- " sniffio" ,
14+ " typing-extensions>=4.14, <5" ,
15+ " anyio>=3.5.0, <5" ,
16+ " distro>=1.7.0, <2" ,
17+ " sniffio" ,
1818 " typer>=0.16,<0.17" ,
1919 " questionary>=2.0.1,<3" ,
2020 " rich>=13.9.2,<14" ,
@@ -41,7 +41,7 @@ dependencies = [
4141 " pytest>=8.4.0" ,
4242 " json_log_formatter>=1.1.1" ,
4343 " pytest-asyncio>=1.0.0" ,
44- " scale-gp-beta>=0.1.0a20 " ,
44+ " scale-gp-beta>=0.2.0 " ,
4545 " ipykernel>=6.29.5" ,
4646 " openai>=2.2,<3" , # Required by openai-agents; litellm now supports openai 2.x (issue #13711 resolved: https://github.com/BerriAI/litellm/issues/13711)
4747 " cloudpickle>=3.1.1" ,
Original file line number Diff line number Diff line change 1212-e file:.
1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
15- aiohttp==3.13.3
15+ aiohttp==3.13.5
1616 # via agentex-sdk
1717 # via httpx-aiohttp
1818 # via litellm
1919aiosignal==1.4.0
2020 # via aiohttp
21+ annotated-doc==0.0.4
22+ # via fastapi
2123annotated-types==0.7.0
2224 # via pydantic
2325anthropic==0.86.0
@@ -58,7 +60,7 @@ charset-normalizer==3.4.6
5860 # via requests
5961claude-agent-sdk==0.1.52
6062 # via agentex-sdk
61- click==8.3.1
63+ click==8.1.8
6264 # via litellm
6365 # via typer
6466 # via uvicorn
@@ -98,7 +100,7 @@ execnet==2.1.2
98100 # via pytest-xdist
99101executing==2.2.1
100102 # via stack-data
101- fastapi==0.115.14
103+ fastapi==0.136.1
102104 # via agentex-sdk
103105fastuuid==0.14.0
104106 # via litellm
@@ -121,7 +123,7 @@ hf-xet==1.4.2
121123 # via huggingface-hub
122124httpcore==1.0.9
123125 # via httpx
124- httpx==0.27.2
126+ httpx==0.28.1
125127 # via agentex-sdk
126128 # via anthropic
127129 # via httpx-aiohttp
@@ -146,7 +148,7 @@ idna==3.11
146148 # via httpx
147149 # via requests
148150 # via yarl
149- importlib-metadata==8.7.1
151+ importlib-metadata==8.5.0
150152 # via litellm
151153 # via opentelemetry-api
152154iniconfig==2.1.0
@@ -173,7 +175,7 @@ jsonpointer==3.1.1
173175 # via jsonpatch
174176jsonref==1.1.0
175177 # via agentex-sdk
176- jsonschema==4.26 .0
178+ jsonschema==4.23 .0
177179 # via agentex-sdk
178180 # via litellm
179181 # via mcp
@@ -192,7 +194,7 @@ langgraph-checkpoint==4.0.1
192194 # via agentex-sdk
193195langsmith==0.7.22
194196 # via langchain-core
195- litellm==1.83.0
197+ litellm==1.83.7
196198 # via agentex-sdk
197199markdown-it-py==3.0.0
198200 # via rich
@@ -319,7 +321,7 @@ python-dateutil==2.9.0.post0
319321 # via jupyter-client
320322 # via kubernetes
321323 # via time-machine
322- python-dotenv==1.2.2
324+ python-dotenv==1.0.1
323325 # via litellm
324326 # via mcp
325327 # via pydantic-settings
@@ -368,7 +370,7 @@ ruff==0.14.13
368370 # via agentex-sdk
369371scale-gp==0.1.0a61
370372 # via agentex-sdk
371- scale-gp-beta==0.1.0a51
373+ scale-gp-beta==0.2.0
372374 # via agentex-sdk
373375shellingham==1.5.4
374376 # via typer
@@ -378,15 +380,15 @@ six==1.17.0
378380sniffio==1.3.1
379381 # via agentex-sdk
380382 # via anthropic
381- # via httpx
382383 # via openai
383384 # via scale-gp
384385 # via scale-gp-beta
385386sse-starlette==3.0.3
386387 # via mcp
387388stack-data==0.6.3
388389 # via ipython
389- starlette==0.46.2
390+ starlette==1.0.0
391+ # via agentex-sdk
390392 # via fastapi
391393 # via mcp
392394temporalio==1.26.0
@@ -401,6 +403,7 @@ time-machine==2.19.0
401403tokenizers==0.22.2
402404 # via litellm
403405tornado==6.5.5
406+ # via agentex-sdk
404407 # via ipykernel
405408 # via jupyter-client
406409tqdm==4.67.3
@@ -448,10 +451,12 @@ typing-extensions==4.15.0
448451 # via referencing
449452 # via scale-gp
450453 # via scale-gp-beta
454+ # via starlette
451455 # via temporalio
452456 # via typer
453457 # via typing-inspection
454458typing-inspection==0.4.2
459+ # via fastapi
455460 # via mcp
456461 # via pydantic
457462 # via pydantic-settings
Original file line number Diff line number Diff line change 1212-e file:.
1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
15- aiohttp==3.13.3
15+ aiohttp==3.13.5
1616 # via agentex-sdk
1717 # via httpx-aiohttp
1818 # via litellm
1919aiosignal==1.4.0
2020 # via aiohttp
21+ annotated-doc==0.0.4
22+ # via fastapi
2123annotated-types==0.7.0
2224 # via pydantic
2325anthropic==0.86.0
@@ -55,7 +57,7 @@ charset-normalizer==3.4.6
5557 # via requests
5658claude-agent-sdk==0.1.52
5759 # via agentex-sdk
58- click==8.3.1
60+ click==8.1.8
5961 # via litellm
6062 # via typer
6163 # via uvicorn
@@ -86,7 +88,7 @@ envier==0.6.1
8688 # via ddtrace
8789executing==2.2.1
8890 # via stack-data
89- fastapi==0.115.14
91+ fastapi==0.136.1
9092 # via agentex-sdk
9193fastuuid==0.14.0
9294 # via litellm
@@ -108,7 +110,7 @@ hf-xet==1.4.2
108110 # via huggingface-hub
109111httpcore==1.0.9
110112 # via httpx
111- httpx==0.27.2
113+ httpx==0.28.1
112114 # via agentex-sdk
113115 # via anthropic
114116 # via httpx-aiohttp
@@ -130,7 +132,7 @@ idna==3.11
130132 # via httpx
131133 # via requests
132134 # via yarl
133- importlib-metadata==8.7.1
135+ importlib-metadata==8.5.0
134136 # via litellm
135137 # via opentelemetry-api
136138iniconfig==2.3.0
@@ -157,7 +159,7 @@ jsonpointer==3.1.1
157159 # via jsonpatch
158160jsonref==1.1.0
159161 # via agentex-sdk
160- jsonschema==4.26 .0
162+ jsonschema==4.23 .0
161163 # via agentex-sdk
162164 # via litellm
163165 # via mcp
@@ -176,7 +178,7 @@ langgraph-checkpoint==4.0.1
176178 # via agentex-sdk
177179langsmith==0.7.22
178180 # via langchain-core
179- litellm==1.83.0
181+ litellm==1.83.7
180182 # via agentex-sdk
181183markdown-it-py==4.0.0
182184 # via rich
@@ -288,7 +290,7 @@ pytest-asyncio==1.3.0
288290python-dateutil==2.9.0.post0
289291 # via jupyter-client
290292 # via kubernetes
291- python-dotenv==1.2.2
293+ python-dotenv==1.0.1
292294 # via litellm
293295 # via mcp
294296 # via pydantic-settings
@@ -336,7 +338,7 @@ ruff==0.15.8
336338 # via agentex-sdk
337339scale-gp==0.1.0a61
338340 # via agentex-sdk
339- scale-gp-beta==0.1.0a51
341+ scale-gp-beta==0.2.0
340342 # via agentex-sdk
341343shellingham==1.5.4
342344 # via typer
@@ -346,15 +348,15 @@ six==1.17.0
346348sniffio==1.3.1
347349 # via agentex-sdk
348350 # via anthropic
349- # via httpx
350351 # via openai
351352 # via scale-gp
352353 # via scale-gp-beta
353354sse-starlette==3.0.3
354355 # via mcp
355356stack-data==0.6.3
356357 # via ipython
357- starlette==0.46.2
358+ starlette==1.0.0
359+ # via agentex-sdk
358360 # via fastapi
359361 # via mcp
360362temporalio==1.26.0
@@ -368,6 +370,7 @@ tiktoken==0.12.0
368370tokenizers==0.22.2
369371 # via litellm
370372tornado==6.5.5
373+ # via agentex-sdk
371374 # via ipykernel
372375 # via jupyter-client
373376tqdm==4.67.3
@@ -413,10 +416,12 @@ typing-extensions==4.15.0
413416 # via referencing
414417 # via scale-gp
415418 # via scale-gp-beta
419+ # via starlette
416420 # via temporalio
417421 # via typer
418422 # via typing-inspection
419423typing-inspection==0.4.2
424+ # via fastapi
420425 # via mcp
421426 # via pydantic
422427 # via pydantic-settings
You can’t perform that action at this time.
0 commit comments