Skip to content

Commit ba7581e

Browse files
authored
Merge pull request lightspeed-core#201 from eranco74/fix/pin-litellm-version
Add uv.lock and requirements.txt for lsc_agent_eval
2 parents 8f54bda + 4a555cd commit ba7581e

2 files changed

Lines changed: 2224 additions & 0 deletions

File tree

lsc_agent_eval/requirements.txt

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --frozen --no-hashes --no-dev --no-emit-project -o requirements.txt
3+
aiohappyeyeballs==2.6.1
4+
# via aiohttp
5+
aiohttp==3.13.4
6+
# via litellm
7+
aiosignal==1.4.0
8+
# via aiohttp
9+
annotated-doc==0.0.4
10+
# via typer
11+
annotated-types==0.7.0
12+
# via pydantic
13+
anyio==4.13.0
14+
# via
15+
# httpx
16+
# openai
17+
attrs==26.1.0
18+
# via
19+
# aiohttp
20+
# jsonschema
21+
# referencing
22+
certifi==2026.2.25
23+
# via
24+
# httpcore
25+
# httpx
26+
# requests
27+
charset-normalizer==3.4.6
28+
# via requests
29+
click==8.3.1
30+
# via
31+
# litellm
32+
# typer
33+
colorama==0.4.6 ; sys_platform == 'win32'
34+
# via
35+
# click
36+
# tqdm
37+
distro==1.9.0
38+
# via openai
39+
fastuuid==0.14.0
40+
# via litellm
41+
filelock==3.25.2
42+
# via huggingface-hub
43+
frozenlist==1.8.0
44+
# via
45+
# aiohttp
46+
# aiosignal
47+
fsspec==2026.3.0
48+
# via huggingface-hub
49+
h11==0.16.0
50+
# via httpcore
51+
hf-xet==1.4.2 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
52+
# via huggingface-hub
53+
httpcore==1.0.9
54+
# via httpx
55+
httpx==0.28.1
56+
# via
57+
# huggingface-hub
58+
# litellm
59+
# lsc-agent-eval
60+
# openai
61+
huggingface-hub==1.8.0
62+
# via tokenizers
63+
idna==3.11
64+
# via
65+
# anyio
66+
# httpx
67+
# requests
68+
# yarl
69+
importlib-metadata==9.0.0
70+
# via litellm
71+
jinja2==3.1.6
72+
# via litellm
73+
jiter==0.13.0
74+
# via openai
75+
jsonschema==4.26.0
76+
# via litellm
77+
jsonschema-specifications==2025.9.1
78+
# via jsonschema
79+
litellm==1.82.6
80+
# via lsc-agent-eval
81+
markdown-it-py==4.0.0
82+
# via rich
83+
markupsafe==3.0.3
84+
# via jinja2
85+
mdurl==0.1.2
86+
# via markdown-it-py
87+
multidict==6.7.1
88+
# via
89+
# aiohttp
90+
# yarl
91+
numpy==2.4.3
92+
# via pandas
93+
openai==2.30.0
94+
# via litellm
95+
packaging==26.0
96+
# via huggingface-hub
97+
pandas==3.0.1
98+
# via lsc-agent-eval
99+
propcache==0.4.1
100+
# via
101+
# aiohttp
102+
# yarl
103+
pydantic==2.12.5
104+
# via
105+
# litellm
106+
# openai
107+
pydantic-core==2.41.5
108+
# via pydantic
109+
pygments==2.19.2
110+
# via rich
111+
python-dateutil==2.9.0.post0
112+
# via pandas
113+
python-dotenv==1.2.2
114+
# via litellm
115+
pyyaml==6.0.3
116+
# via
117+
# huggingface-hub
118+
# lsc-agent-eval
119+
referencing==0.37.0
120+
# via
121+
# jsonschema
122+
# jsonschema-specifications
123+
regex==2026.3.32
124+
# via tiktoken
125+
requests==2.33.0
126+
# via tiktoken
127+
rich==14.3.3
128+
# via typer
129+
rpds-py==0.30.0
130+
# via
131+
# jsonschema
132+
# referencing
133+
shellingham==1.5.4
134+
# via typer
135+
six==1.17.0
136+
# via python-dateutil
137+
sniffio==1.3.1
138+
# via openai
139+
tiktoken==0.12.0
140+
# via litellm
141+
tokenizers==0.22.2
142+
# via litellm
143+
tqdm==4.67.3
144+
# via
145+
# huggingface-hub
146+
# lsc-agent-eval
147+
# openai
148+
typer==0.24.1
149+
# via huggingface-hub
150+
typing-extensions==4.15.0
151+
# via
152+
# aiosignal
153+
# anyio
154+
# huggingface-hub
155+
# openai
156+
# pydantic
157+
# pydantic-core
158+
# referencing
159+
# typing-inspection
160+
typing-inspection==0.4.2
161+
# via pydantic
162+
tzdata==2025.3 ; sys_platform == 'emscripten' or sys_platform == 'win32'
163+
# via pandas
164+
urllib3==2.6.3
165+
# via requests
166+
yarl==1.23.0
167+
# via aiohttp
168+
zipp==3.23.0
169+
# via importlib-metadata

0 commit comments

Comments
 (0)