File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
17
17
" nest_asyncio" ,
18
18
" openai" ,
19
19
" pgvector" ,
20
- " phidata[aws]==2.5 .7" ,
20
+ " phidata[aws]==2.7 .7" ,
21
21
" pillow" ,
22
22
" psycopg[binary]" ,
23
23
" pypdf" ,
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
- # ./scripts/generate_requirements.sh upgrade
2
+ # ./scripts/generate_requirements.sh
3
3
alembic == 1.13.3
4
4
annotated-types == 0.7.0
5
5
anyio == 4.6.2.post1
@@ -12,10 +12,12 @@ click==8.1.7
12
12
distro == 1.9.0
13
13
dnspython == 2.7.0
14
14
docker == 7.1.0
15
+ docstring-parser == 0.16
15
16
duckdb == 1.1.2
16
17
duckduckgo-search == 6.3.2
17
18
email-validator == 2.2.0
18
19
exa-py == 1.4.0
20
+ exceptiongroup == 1.2.2
19
21
fastapi == 0.115.2
20
22
fastapi-cli == 0.0.5
21
23
frozendict == 2.4.6
@@ -41,19 +43,19 @@ multitasking==0.0.11
41
43
mypy == 1.12.0
42
44
mypy-extensions == 1.0.0
43
45
nest-asyncio == 1.6.0
44
- numpy == 2.1 .2
46
+ numpy == 2.0 .2
45
47
openai == 1.52.0
46
48
packaging == 24.1
47
49
pandas == 2.2.3
48
50
peewee == 3.17.7
49
51
pgvector == 0.3.5
50
- phidata == 2.5 .7
52
+ phidata == 2.7 .7
51
53
pillow == 11.0.0
52
54
platformdirs == 4.3.6
53
55
pluggy == 1.5.0
54
56
primp == 0.6.4
55
- psycopg == 3.1.19
56
- psycopg-binary == 3.1.19
57
+ psycopg == 3.1.18
58
+ psycopg-binary == 3.1.18
57
59
pydantic == 2.9.2
58
60
pydantic-core == 2.23.4
59
61
pydantic-settings == 2.6.0
@@ -87,7 +89,7 @@ types-html5lib==1.1.11.20241018
87
89
types-pillow == 10.2.0.20240822
88
90
typing-extensions == 4.12.2
89
91
tzdata == 2024.2
90
- urllib3 == 2.2.3
92
+ urllib3 == 1.26.20
91
93
uvicorn == 0.32.0
92
94
uvloop == 0.21.0
93
95
watchfiles == 0.24.0
You can’t perform that action at this time.
0 commit comments