Skip to content

Commit

Permalink
Merge pull request #5 from phidatahq/update-phidata-2.7.7
Browse files Browse the repository at this point in the history
Update Phidata to 2.7.7
  • Loading branch information
dirkbrnd authored Jan 10, 2025
2 parents 60b2733 + 19c837c commit 463a02d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"nest_asyncio",
"openai",
"pgvector",
"phidata[aws]==2.5.7",
"phidata[aws]==2.7.7",
"pillow",
"psycopg[binary]",
"pypdf",
Expand Down
14 changes: 8 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# ./scripts/generate_requirements.sh upgrade
# ./scripts/generate_requirements.sh
alembic==1.13.3
annotated-types==0.7.0
anyio==4.6.2.post1
Expand All @@ -12,10 +12,12 @@ click==8.1.7
distro==1.9.0
dnspython==2.7.0
docker==7.1.0
docstring-parser==0.16
duckdb==1.1.2
duckduckgo-search==6.3.2
email-validator==2.2.0
exa-py==1.4.0
exceptiongroup==1.2.2
fastapi==0.115.2
fastapi-cli==0.0.5
frozendict==2.4.6
Expand All @@ -41,19 +43,19 @@ multitasking==0.0.11
mypy==1.12.0
mypy-extensions==1.0.0
nest-asyncio==1.6.0
numpy==2.1.2
numpy==2.0.2
openai==1.52.0
packaging==24.1
pandas==2.2.3
peewee==3.17.7
pgvector==0.3.5
phidata==2.5.7
phidata==2.7.7
pillow==11.0.0
platformdirs==4.3.6
pluggy==1.5.0
primp==0.6.4
psycopg==3.1.19
psycopg-binary==3.1.19
psycopg==3.1.18
psycopg-binary==3.1.18
pydantic==2.9.2
pydantic-core==2.23.4
pydantic-settings==2.6.0
Expand Down Expand Up @@ -87,7 +89,7 @@ types-html5lib==1.1.11.20241018
types-pillow==10.2.0.20240822
typing-extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
urllib3==1.26.20
uvicorn==0.32.0
uvloop==0.21.0
watchfiles==0.24.0
Expand Down

0 comments on commit 463a02d

Please sign in to comment.