Skip to content

Commit 463a02d

Browse files
authored
Merge pull request #5 from phidatahq/update-phidata-2.7.7
Update Phidata to 2.7.7
2 parents 60b2733 + 19c837c commit 463a02d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"nest_asyncio",
1818
"openai",
1919
"pgvector",
20-
"phidata[aws]==2.5.7",
20+
"phidata[aws]==2.7.7",
2121
"pillow",
2222
"psycopg[binary]",
2323
"pypdf",

requirements.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# ./scripts/generate_requirements.sh upgrade
2+
# ./scripts/generate_requirements.sh
33
alembic==1.13.3
44
annotated-types==0.7.0
55
anyio==4.6.2.post1
@@ -12,10 +12,12 @@ click==8.1.7
1212
distro==1.9.0
1313
dnspython==2.7.0
1414
docker==7.1.0
15+
docstring-parser==0.16
1516
duckdb==1.1.2
1617
duckduckgo-search==6.3.2
1718
email-validator==2.2.0
1819
exa-py==1.4.0
20+
exceptiongroup==1.2.2
1921
fastapi==0.115.2
2022
fastapi-cli==0.0.5
2123
frozendict==2.4.6
@@ -41,19 +43,19 @@ multitasking==0.0.11
4143
mypy==1.12.0
4244
mypy-extensions==1.0.0
4345
nest-asyncio==1.6.0
44-
numpy==2.1.2
46+
numpy==2.0.2
4547
openai==1.52.0
4648
packaging==24.1
4749
pandas==2.2.3
4850
peewee==3.17.7
4951
pgvector==0.3.5
50-
phidata==2.5.7
52+
phidata==2.7.7
5153
pillow==11.0.0
5254
platformdirs==4.3.6
5355
pluggy==1.5.0
5456
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
5759
pydantic==2.9.2
5860
pydantic-core==2.23.4
5961
pydantic-settings==2.6.0
@@ -87,7 +89,7 @@ types-html5lib==1.1.11.20241018
8789
types-pillow==10.2.0.20240822
8890
typing-extensions==4.12.2
8991
tzdata==2024.2
90-
urllib3==2.2.3
92+
urllib3==1.26.20
9193
uvicorn==0.32.0
9294
uvloop==0.21.0
9395
watchfiles==0.24.0

0 commit comments

Comments
 (0)