Skip to content

Commit 28824c0

Browse files
authored
Resolve [litellm/azure] dependency problems after upgrade to lightspeed-core 0.3.0. (#114)
1 parent dde110b commit 28824c0

File tree

3 files changed

+50
-87
lines changed

3 files changed

+50
-87
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ description = "Ansible Lightspeed Intelligent Assistant (ALIA)"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"aiosqlite~=0.21.0",
98
"faiss-cpu~=1.11",
10-
"fire~=0.7.0",
119
"lightspeed-stack-providers==0.1.17",
1210
"mcp~=1.9.4",
13-
"numpy==2.2.6",
14-
"opentelemetry-api~=1.34.1",
15-
"opentelemetry-exporter-otlp~=1.34.1",
1611
"sentence-transformers>=5.0.0",
17-
"sqlalchemy~=2.0.41",
18-
"litellm~=1.75.3",
1912
"dumb-init>=1.2.5.post1",
13+
"litellm>=1.79.0",
2014
]
2115

2216
[dependency-groups]

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dumb-init==1.2.5.post1
1717
ecdsa==0.19.1
1818
faiss-cpu==1.11.0
1919
fastapi==0.115.13
20+
fastuuid==0.14.0
2021
filelock==3.18.0
2122
fire==0.7.0
2223
frozenlist==1.7.0
2324
fsspec==2025.5.1
2425
googleapis-common-protos==1.70.0
2526
greenlet==3.2.3 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
26-
grpcio==1.73.0
2727
h11==0.16.0
2828
hf-xet==1.1.5 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
2929
httpcore==1.0.9
@@ -38,7 +38,7 @@ joblib==1.5.1
3838
jsonschema==4.24.0
3939
jsonschema-specifications==2025.4.1
4040
lightspeed-stack-providers==0.1.17
41-
litellm==1.75.5.post1
41+
litellm==1.79.1
4242
llama-stack==0.2.22
4343
llama-stack-client==0.2.22
4444
markdown-it-py==3.0.0
@@ -65,9 +65,7 @@ nvidia-nvjitlink-cu12==12.6.85 ; platform_machine == 'x86_64' and sys_platform =
6565
nvidia-nvtx-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
6666
openai==2.3.0
6767
opentelemetry-api==1.34.1
68-
opentelemetry-exporter-otlp==1.34.1
6968
opentelemetry-exporter-otlp-proto-common==1.34.1
70-
opentelemetry-exporter-otlp-proto-grpc==1.34.1
7169
opentelemetry-exporter-otlp-proto-http==1.34.1
7270
opentelemetry-proto==1.34.1
7371
opentelemetry-sdk==1.34.1

0 commit comments

Comments
 (0)