Skip to content

Commit fc86142

Browse files
Update dependency version for typer
- 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.
1 parent f17e98c commit fc86142

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lxml = "^4.9.3"
2020
openai = "^1.30.1"
2121
rich = "^13.6.0"
2222
pydantic = ">=2.0.0, <3.0"
23-
typer = {extras = ["all"], version = ">=0.9.0, <0.13"}
23+
typer = {extras = ["all"], version = ">=0.9.0,<0.16"}
2424
griffe = "^0.36.9"
2525
tenacity = ">=8.1.0"
2626
rstr = "^3.2.2"

0 commit comments

Comments
 (0)