CoralLeiCN
commited on
Commit
·
e5344b4
1
Parent(s):
42749a6
update dependencies to python 3.10
Browse files- .python-version +1 -1
- pyproject.toml +1 -1
- requirements.txt +22 -5
- uv.lock +0 -0
.python-version
CHANGED
@@ -1 +1 @@
|
|
1 |
-
3.
|
|
|
1 |
+
3.10.17
|
pyproject.toml
CHANGED
@@ -12,7 +12,7 @@ name = "agent-course-final-assignment"
|
|
12 |
version = "0.1.0"
|
13 |
description = "Add your description here"
|
14 |
readme = "README.md"
|
15 |
-
requires-python = ">=3.
|
16 |
dependencies = [
|
17 |
"datasets>=3.6.0",
|
18 |
"google-genai>=1.16.1",
|
|
|
12 |
version = "0.1.0"
|
13 |
description = "Add your description here"
|
14 |
readme = "README.md"
|
15 |
+
requires-python = ">=3.10"
|
16 |
dependencies = [
|
17 |
"datasets>=3.6.0",
|
18 |
"google-genai>=1.16.1",
|
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv export --format requirements-txt --no-dev --no-hashes --output-file requirements.txt
|
|
|
3 |
aiofiles==24.1.0
|
4 |
# via gradio
|
5 |
aiohappyeyeballs==2.6.1
|
@@ -20,6 +21,10 @@ anyio==4.9.0
|
|
20 |
# httpx
|
21 |
# openai
|
22 |
# starlette
|
|
|
|
|
|
|
|
|
23 |
attrs==25.3.0
|
24 |
# via
|
25 |
# aiohttp
|
@@ -65,9 +70,11 @@ distro==1.9.0
|
|
65 |
# via openai
|
66 |
et-xmlfile==2.0.0
|
67 |
# via openpyxl
|
|
|
|
|
68 |
fastapi==0.116.1
|
69 |
# via gradio
|
70 |
-
ffmpy==0.6.
|
71 |
# via gradio
|
72 |
filelock==3.18.0
|
73 |
# via
|
@@ -86,7 +93,7 @@ google-auth==2.40.3
|
|
86 |
# via google-genai
|
87 |
google-genai==1.26.0
|
88 |
# via agent-course-final-assignment
|
89 |
-
gradio==5.38.
|
90 |
# via agent-course-final-assignment
|
91 |
gradio-client==1.11.0
|
92 |
# via gradio
|
@@ -149,7 +156,7 @@ langchain==0.3.26
|
|
149 |
# via langchain-community
|
150 |
langchain-community==0.3.27
|
151 |
# via agent-course-final-assignment
|
152 |
-
langchain-core==0.3.
|
153 |
# via
|
154 |
# langchain
|
155 |
# langchain-community
|
@@ -185,13 +192,19 @@ multiprocess==0.70.16
|
|
185 |
# via datasets
|
186 |
mypy-extensions==1.1.0
|
187 |
# via typing-inspect
|
188 |
-
numpy==2.3.
|
189 |
# via
|
190 |
# datasets
|
191 |
# gradio
|
192 |
# langchain-community
|
193 |
# pandas
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
# via
|
196 |
# litellm
|
197 |
# smolagents
|
@@ -353,21 +366,25 @@ typing-extensions==4.14.1
|
|
353 |
# aiosignal
|
354 |
# anyio
|
355 |
# beautifulsoup4
|
|
|
356 |
# fastapi
|
357 |
# google-genai
|
358 |
# gradio
|
359 |
# gradio-client
|
360 |
# huggingface-hub
|
361 |
# langchain-core
|
|
|
362 |
# openai
|
363 |
# pydantic
|
364 |
# pydantic-core
|
365 |
# referencing
|
|
|
366 |
# sqlalchemy
|
367 |
# starlette
|
368 |
# typer
|
369 |
# typing-inspect
|
370 |
# typing-inspection
|
|
|
371 |
typing-inspect==0.9.0
|
372 |
# via dataclasses-json
|
373 |
typing-inspection==0.4.1
|
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv export --format requirements-txt --no-dev --no-hashes --output-file requirements.txt
|
3 |
+
-e .
|
4 |
aiofiles==24.1.0
|
5 |
# via gradio
|
6 |
aiohappyeyeballs==2.6.1
|
|
|
21 |
# httpx
|
22 |
# openai
|
23 |
# starlette
|
24 |
+
async-timeout==4.0.3 ; python_full_version < '3.11'
|
25 |
+
# via
|
26 |
+
# aiohttp
|
27 |
+
# langchain
|
28 |
attrs==25.3.0
|
29 |
# via
|
30 |
# aiohttp
|
|
|
70 |
# via openai
|
71 |
et-xmlfile==2.0.0
|
72 |
# via openpyxl
|
73 |
+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
74 |
+
# via anyio
|
75 |
fastapi==0.116.1
|
76 |
# via gradio
|
77 |
+
ffmpy==0.6.1
|
78 |
# via gradio
|
79 |
filelock==3.18.0
|
80 |
# via
|
|
|
93 |
# via google-genai
|
94 |
google-genai==1.26.0
|
95 |
# via agent-course-final-assignment
|
96 |
+
gradio==5.38.1
|
97 |
# via agent-course-final-assignment
|
98 |
gradio-client==1.11.0
|
99 |
# via gradio
|
|
|
156 |
# via langchain-community
|
157 |
langchain-community==0.3.27
|
158 |
# via agent-course-final-assignment
|
159 |
+
langchain-core==0.3.71
|
160 |
# via
|
161 |
# langchain
|
162 |
# langchain-community
|
|
|
192 |
# via datasets
|
193 |
mypy-extensions==1.1.0
|
194 |
# via typing-inspect
|
195 |
+
numpy==2.2.6 ; python_full_version < '3.11'
|
196 |
# via
|
197 |
# datasets
|
198 |
# gradio
|
199 |
# langchain-community
|
200 |
# pandas
|
201 |
+
numpy==2.3.1 ; python_full_version >= '3.11'
|
202 |
+
# via
|
203 |
+
# datasets
|
204 |
+
# gradio
|
205 |
+
# langchain-community
|
206 |
+
# pandas
|
207 |
+
openai==1.97.1
|
208 |
# via
|
209 |
# litellm
|
210 |
# smolagents
|
|
|
366 |
# aiosignal
|
367 |
# anyio
|
368 |
# beautifulsoup4
|
369 |
+
# exceptiongroup
|
370 |
# fastapi
|
371 |
# google-genai
|
372 |
# gradio
|
373 |
# gradio-client
|
374 |
# huggingface-hub
|
375 |
# langchain-core
|
376 |
+
# multidict
|
377 |
# openai
|
378 |
# pydantic
|
379 |
# pydantic-core
|
380 |
# referencing
|
381 |
+
# rich
|
382 |
# sqlalchemy
|
383 |
# starlette
|
384 |
# typer
|
385 |
# typing-inspect
|
386 |
# typing-inspection
|
387 |
+
# uvicorn
|
388 |
typing-inspect==0.9.0
|
389 |
# via dataclasses-json
|
390 |
typing-inspection==0.4.1
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|