@@ -70,6 +70,8 @@ docs = [
7070]
7171litellm = [
7272 " litellm>=1.73.1,<2.0.0" ,
73+ # https://github.com/BerriAI/litellm/issues/13711
74+ " openai<1.100.0" ,
7375]
7476llamaapi = [
7577 " llama-api-client>=0.1.0,<1.0.0" ,
@@ -93,7 +95,9 @@ writer = [
9395sagemaker = [
9496 " boto3>=1.26.0,<2.0.0" ,
9597 " botocore>=1.29.0,<2.0.0" ,
96- " boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0"
98+ " boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0" ,
99+ # uses OpenAI as part of the implementation
100+ " openai>=1.68.0,<2.0.0" ,
97101]
98102
99103a2a = [
@@ -105,50 +109,7 @@ a2a = [
105109 " starlette>=0.46.2,<1.0.0" ,
106110]
107111all = [
108- # anthropic
109- " anthropic>=0.21.0,<1.0.0" ,
110-
111- # dev
112- " commitizen>=4.4.0,<5.0.0" ,
113- " hatch>=1.0.0,<2.0.0" ,
114- " moto>=5.1.0,<6.0.0" ,
115- " mypy>=1.15.0,<2.0.0" ,
116- " pre-commit>=3.2.0,<4.2.0" ,
117- " pytest>=8.0.0,<9.0.0" ,
118- " pytest-asyncio>=0.26.0,<0.27.0" ,
119- " pytest-cov>=4.1.0,<5.0.0" ,
120- " pytest-xdist>=3.0.0,<4.0.0" ,
121- " ruff>=0.4.4,<0.5.0" ,
122-
123- # docs
124- " sphinx>=5.0.0,<6.0.0" ,
125- " sphinx-rtd-theme>=1.0.0,<2.0.0" ,
126- " sphinx-autodoc-typehints>=1.12.0,<2.0.0" ,
127-
128- # litellm
129- " litellm>=1.72.6,<1.73.0" ,
130-
131- # llama
132- " llama-api-client>=0.1.0,<1.0.0" ,
133-
134- # mistral
135- " mistralai>=1.8.2" ,
136-
137- # ollama
138- " ollama>=0.4.8,<1.0.0" ,
139-
140- # openai
141- " openai>=1.68.0,<2.0.0" ,
142-
143- # otel
144- " opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0" ,
145-
146- # a2a
147- " a2a-sdk[sql]>=0.3.0,<0.4.0" ,
148- " uvicorn>=0.34.2,<1.0.0" ,
149- " httpx>=0.28.1,<1.0.0" ,
150- " fastapi>=0.115.12,<1.0.0" ,
151- " starlette>=0.46.2,<1.0.0" ,
112+ " strands-agents[a2a,anthropic,dev,docs,litellm,llamaapi,mistral,ollama,openai,otel]" ,
152113]
153114
154115[tool .hatch .version ]
@@ -160,7 +121,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis
160121dependencies = [
161122 " mypy>=1.15.0,<2.0.0" ,
162123 " ruff>=0.11.6,<0.12.0" ,
163- " strands-agents @ {root:uri}"
124+ " strands-agents @ {root:uri}" ,
164125]
165126
166127[tool .hatch .envs .hatch-static-analysis .scripts ]
0 commit comments