Skip to content

Commit

Permalink
fix #211 on wrong beartype dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoder committed Mar 5, 2024
1 parent 2f3e69d commit 45d32a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tqdm==4.65.*",
"humanfriendly==10.0.*",
"openapi-spec-validator==0.5.*",
"beartype==0.7.*",
"beartype==0.17.*",
"prance" # Does not use semantic versioning
],
entry_points="""
Expand Down
2 changes: 1 addition & 1 deletion trcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9.1"
__version__ = "1.9.2"

0 comments on commit 45d32a0

Please sign in to comment.