Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Oct 15, 2024
1 parent 892600f commit 8374ea0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"nest_asyncio",
"openai",
"pgvector",
"phidata[aws]==2.5.0a15",
"phidata[aws]==2.5.0",
"psycopg[binary]",
"pypdf",
"pytest",
Expand Down
40 changes: 5 additions & 35 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
# This file was autogenerated by uv via the following command:
# ./scripts/generate_requirements.sh upgrade
alembic==1.13.3
altair==5.4.1
annotated-types==0.7.0
anyio==4.6.2.post1
attrs==24.2.0
beautifulsoup4==4.12.3
blinker==1.8.2
boto3==1.35.40
botocore==1.35.40
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
distro==1.9.0
dnspython==2.7.0
docker==7.1.0
duckduckgo-search==6.3.0
duckduckgo-search==6.3.1
email-validator==2.2.0
fastapi==0.115.2
fastapi-cli==0.0.5
frozendict==2.4.6
gitdb==4.0.11
gitpython==3.1.43
h11==0.14.0
html5lib==1.1
httpcore==1.0.6
httptools==0.6.2
httpx==0.27.2
Expand All @@ -33,75 +26,52 @@ iniconfig==2.0.0
jinja2==3.1.4
jiter==0.6.1
jmespath==1.0.1
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
lxml==5.3.0
mako==1.3.5
markdown-it-py==3.0.0
markupsafe==3.0.1
mdurl==0.1.2
multitasking==0.0.11
mypy==1.12.0
mypy-extensions==1.0.0
narwhals==1.9.3
nest-asyncio==1.6.0
numpy==2.1.2
openai==1.51.2
packaging==24.1
pandas==2.2.3
peewee==3.17.6
pgvector==0.3.5
phidata==2.5.0a15
pillow==10.4.0
platformdirs==4.3.6
phidata==2.5.0
pluggy==1.5.0
primp==0.6.3
protobuf==5.28.2
primp==0.6.4
psycopg==3.1.19
psycopg-binary==3.1.19
pyarrow==17.0.0
pydantic==2.9.2
pydantic-core==2.23.4
pydantic-settings==2.5.2
pydeck==0.9.1
pygments==2.18.0
pypdf==5.0.1
pytest==8.3.3
python-dateutil==2.9.0.post0
python-docx==1.1.2
python-dotenv==1.0.1
python-multipart==0.0.12
pytz==2024.2
pyyaml==6.0.2
referencing==0.35.1
regex==2024.9.11
requests==2.32.3
rich==13.9.2
rpds-py==0.20.0
ruff==0.6.9
s3transfer==0.10.3
shellingham==1.5.4
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
soupsieve==2.6
sqlalchemy==2.0.35
starlette==0.39.2
streamlit==1.39.0
tenacity==9.0.0
starlette==0.40.0
tiktoken==0.8.0
toml==0.10.2
tomli==2.0.2
tornado==6.4.1
tqdm==4.66.5
typer==0.12.5
types-pillow==10.2.0.20240822
typing-extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
uvicorn==0.31.1
uvloop==0.20.0
uvloop==0.21.0
watchfiles==0.24.0
webencodings==0.5.1
websockets==13.1
yfinance==0.2.44

0 comments on commit 8374ea0

Please sign in to comment.