Skip to content

Commit 72eeedd

Browse files
authored
Merge pull request #234 from bsatapat-jpg/dev_vers
[LEADS-369] Updating litellm version to 1.83.7
2 parents 1951eb9 + 3fe8b3f commit 72eeedd

10 files changed

Lines changed: 2154 additions & 1958 deletions

lsc_agent_eval/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"httpx>=0.27.2,<=0.28.1",
1515
"tqdm>=4.67.1,<=4.67.3",
1616
"pyyaml>=6.0,<=6.0.3",
17-
"litellm>=1.0.0,<=1.82.6",
17+
"litellm>=1.83.7,<=1.83.14",
1818
]
1919

2020
[dependency-groups]

lsc_agent_eval/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ certifi==2026.2.25
2626
# requests
2727
charset-normalizer==3.4.6
2828
# via requests
29-
click==8.3.1
29+
click==8.1.8
3030
# via
3131
# litellm
3232
# typer
@@ -66,17 +66,17 @@ idna==3.11
6666
# httpx
6767
# requests
6868
# yarl
69-
importlib-metadata==9.0.0
69+
importlib-metadata==8.5.0
7070
# via litellm
7171
jinja2==3.1.6
7272
# via litellm
7373
jiter==0.13.0
7474
# via openai
75-
jsonschema==4.26.0
75+
jsonschema==4.23.0
7676
# via litellm
7777
jsonschema-specifications==2025.9.1
7878
# via jsonschema
79-
litellm==1.82.6
79+
litellm==1.83.14
8080
# via lsc-agent-eval
8181
markdown-it-py==4.0.0
8282
# via rich
@@ -90,7 +90,7 @@ multidict==6.7.1
9090
# yarl
9191
numpy==2.4.4
9292
# via pandas
93-
openai==2.30.0
93+
openai==2.24.0
9494
# via litellm
9595
packaging==26.0
9696
# via huggingface-hub
@@ -145,7 +145,7 @@ tqdm==4.67.3
145145
# huggingface-hub
146146
# lsc-agent-eval
147147
# openai
148-
typer==0.24.1
148+
typer==0.23.1
149149
# via huggingface-hub
150150
typing-extensions==4.15.0
151151
# via

lsc_agent_eval/uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = {text = "Apache"}
1010
dependencies = [
1111
"ragas>=0.4.0,<=0.4.3",
1212
"deepeval>=3.9.0,<=3.9.1",
13-
"litellm>=1.80.0,<=1.82.4",
14-
"pydantic>=2.10.0,<=2.11.7",
13+
"litellm>=1.83.7,<=1.83.14",
14+
"pydantic>=2.10.0,<=2.12.5",
1515
"pyyaml>=6.0,<=6.0.2",
1616
"pandas>=2.2.0,<=2.3.2",
1717
"datasets>=3.0.0,<=4.0.0",
@@ -112,7 +112,6 @@ packages = ["src/lightspeed_evaluation"]
112112

113113
# UV configuration for CPU-only PyTorch (reduces package size from ~6GB to ~2GB)
114114
[tool.uv]
115-
116115
[[tool.uv.index]]
117116
name = "pytorch-cpu"
118117
url = "https://download.pytorch.org/whl/cpu"

0 commit comments

Comments
 (0)