Skip to content

Commit 94b10c8

Browse files
committed
Add Python 3.10 requirements
1 parent 6d58ab6 commit 94b10c8

5 files changed

Lines changed: 52 additions & 7 deletions

File tree

requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ anyio==4.9.0
2222
# httpx
2323
# openai
2424
# watchfiles
25+
async-timeout==5.0.1
26+
# via
27+
# -c requirements/common-constraints.txt
28+
# aiohttp
2529
attrs==25.3.0
2630
# via
2731
# -c requirements/common-constraints.txt
@@ -73,6 +77,10 @@ distro==1.9.0
7377
# -c requirements/common-constraints.txt
7478
# openai
7579
# posthog
80+
exceptiongroup==1.2.2
81+
# via
82+
# -c requirements/common-constraints.txt
83+
# anyio
7684
filelock==3.18.0
7785
# via
7886
# -c requirements/common-constraints.txt
@@ -386,11 +394,15 @@ tree-sitter-yaml==0.7.0
386394
typing-extensions==4.13.2
387395
# via
388396
# -c requirements/common-constraints.txt
397+
# anyio
389398
# beautifulsoup4
390399
# huggingface-hub
400+
# multidict
391401
# openai
392402
# pydantic
393403
# pydantic-core
404+
# referencing
405+
# rich
394406
# typing-inspection
395407
typing-inspection==0.4.0
396408
# via

requirements/common-constraints.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ anyio==4.9.0
1818
# httpx
1919
# openai
2020
# watchfiles
21+
async-timeout==5.0.1
22+
# via aiohttp
2123
attrs==25.3.0
2224
# via
2325
# aiohttp
@@ -93,6 +95,10 @@ distro==1.9.0
9395
# via
9496
# openai
9597
# posthog
98+
exceptiongroup==1.2.2
99+
# via
100+
# anyio
101+
# pytest
96102
filelock==3.18.0
97103
# via
98104
# huggingface-hub
@@ -453,9 +459,7 @@ semver==3.0.4
453459
sentence-transformers==4.1.0
454460
# via llama-index-embeddings-huggingface
455461
setuptools==78.1.0
456-
# via
457-
# pip-tools
458-
# torch
462+
# via pip-tools
459463
shellingham==1.5.4
460464
# via typer
461465
six==1.17.0
@@ -499,6 +503,12 @@ tokenizers==0.21.1
499503
# transformers
500504
toml==0.10.2
501505
# via streamlit
506+
tomli==2.2.1
507+
# via
508+
# build
509+
# pip-tools
510+
# pytest
511+
# pytest-env
502512
torch==2.6.0
503513
# via
504514
# -r requirements/requirements-help.in
@@ -530,13 +540,17 @@ typer==0.15.2
530540
typing-extensions==4.13.2
531541
# via
532542
# altair
543+
# anyio
533544
# beautifulsoup4
534545
# huggingface-hub
535546
# llama-index-core
547+
# multidict
536548
# openai
537549
# pydantic
538550
# pydantic-core
539551
# pyee
552+
# referencing
553+
# rich
540554
# sentence-transformers
541555
# sqlalchemy
542556
# streamlit

requirements/requirements-browser.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ typing-extensions==4.13.2
143143
# via
144144
# -c requirements/common-constraints.txt
145145
# altair
146+
# referencing
146147
# streamlit
147148
tzdata==2025.2
148149
# via

requirements/requirements-dev.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ distlib==0.3.9
5050
# via
5151
# -c requirements/common-constraints.txt
5252
# virtualenv
53+
exceptiongroup==1.2.2
54+
# via
55+
# -c requirements/common-constraints.txt
56+
# pytest
5357
filelock==3.18.0
5458
# via
5559
# -c requirements/common-constraints.txt
@@ -281,13 +285,21 @@ six==1.17.0
281285
# via
282286
# -c requirements/common-constraints.txt
283287
# python-dateutil
288+
tomli==2.2.1
289+
# via
290+
# -c requirements/common-constraints.txt
291+
# build
292+
# pip-tools
293+
# pytest
294+
# pytest-env
284295
typer==0.15.2
285296
# via
286297
# -c requirements/common-constraints.txt
287298
# -r requirements/requirements-dev.in
288299
typing-extensions==4.13.2
289300
# via
290301
# -c requirements/common-constraints.txt
302+
# rich
291303
# typer
292304
tzdata==2025.2
293305
# via

requirements/requirements-help.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ anyio==4.9.0
2121
# via
2222
# -c requirements/common-constraints.txt
2323
# httpx
24+
async-timeout==5.0.1
25+
# via
26+
# -c requirements/common-constraints.txt
27+
# aiohttp
2428
attrs==25.3.0
2529
# via
2630
# -c requirements/common-constraints.txt
@@ -60,6 +64,10 @@ dirtyjson==1.0.8
6064
# via
6165
# -c requirements/common-constraints.txt
6266
# llama-index-core
67+
exceptiongroup==1.2.2
68+
# via
69+
# -c requirements/common-constraints.txt
70+
# anyio
6371
filelock==3.18.0
6472
# via
6573
# -c requirements/common-constraints.txt
@@ -241,10 +249,6 @@ sentence-transformers==4.1.0
241249
# via
242250
# -c requirements/common-constraints.txt
243251
# llama-index-embeddings-huggingface
244-
setuptools==78.1.0
245-
# via
246-
# -c requirements/common-constraints.txt
247-
# torch
248252
sniffio==1.3.1
249253
# via
250254
# -c requirements/common-constraints.txt
@@ -293,8 +297,10 @@ transformers==4.51.3
293297
typing-extensions==4.13.2
294298
# via
295299
# -c requirements/common-constraints.txt
300+
# anyio
296301
# huggingface-hub
297302
# llama-index-core
303+
# multidict
298304
# pydantic
299305
# pydantic-core
300306
# sentence-transformers

0 commit comments

Comments
 (0)