Skip to content

Commit

Permalink
Update dependency version for typer
Browse files Browse the repository at this point in the history
- Adjusted version constraints for urllib3, pydantic, numpy, and typing-extensions in poetry.lock to support Python version changes.
- Marked 'waitress' and 'werkzeug' as optional in poetry.lock.
- Updated the version constraint for 'typer' in pyproject.toml to restrict it to versions below 0.16.

These changes ensure compatibility with newer Python versions and improve package management.
  • Loading branch information
AlejandroEsquivel committed Jan 10, 2025
1 parent f17e98c commit fc86142
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lxml = "^4.9.3"
openai = "^1.30.1"
rich = "^13.6.0"
pydantic = ">=2.0.0, <3.0"
typer = {extras = ["all"], version = ">=0.9.0, <0.13"}
typer = {extras = ["all"], version = ">=0.9.0,<0.16"}
griffe = "^0.36.9"
tenacity = ">=8.1.0"
rstr = "^3.2.2"
Expand Down

0 comments on commit fc86142

Please sign in to comment.