Skip to content

Commit

Permalink
Merge pull request #214 from gurock/fix_beartype_dep
Browse files Browse the repository at this point in the history
fix #211 on wrong beartype dependency
  • Loading branch information
bitcoder authored Mar 5, 2024
2 parents 2f3e69d + 45d32a0 commit d07d2dd
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 d07d2dd

Please sign in to comment.