Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typer upgrade to 0.9 with support to 0.7 #276

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
typer upgrade to 0.9 with support to 0.7
  • Loading branch information
eneadodi committed Jan 29, 2024
commit d7b9a1b5c5029e83e1c92808af71f52a95315413
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pydantic==1.10.9
aiohttp==3.8.5
langchain==0.0.352
requests==2.31.0
typer==0.7.0
typer>=0.7.0,<=0.9.0
PyYAML~=6.0
setuptools~=65.5.1
annoy==1.17.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"aiohttp==3.8.5",
"langchain==0.0.352",
"requests>=2.31.0",
"typer==0.7.0",
"typer>=0.7.0,<=0.9.0",
"PyYAML~=6.0",
"setuptools~=65.5.1",
"annoy==1.17.3",
Expand Down