Skip to content

Commit

Permalink
Bump typing_extensions dependency to >=4.7.0 for ForwardRef sup…
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Apr 5, 2024
1 parent d7d2911 commit 107b05e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "tyro"
authors = [
{name = "brentyi", email = "[email protected]"},
]
version = "0.8.1" # TODO: currently needs to be synchronized manually with __init__.py.
version = "0.8.2" # TODO: currently needs to be synchronized manually with __init__.py.
description = "Strongly typed, zero-effort CLI interfaces"
readme = "README.md"
license = { text="MIT" }
Expand All @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"docstring-parser>=0.14.1",
"typing-extensions>=4.3.0",
"typing-extensions>=4.7.0",
"backports.cached-property>=1.0.2; python_version<'3.8'",
"colorama>=0.4.0; platform_system=='Windows'",
"rich>=11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tyro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@


# TODO: this should be synchronized automatically with the pyproject.toml.
__version__ = "0.8.1"
__version__ = "0.8.2"

0 comments on commit 107b05e

Please sign in to comment.