Skip to content

Commit ff29b8c

Browse files
committed
Fix Version string pyproject.toml
1 parent a20bdc9 commit ff29b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
requires-python = ">=3.6"
1515
dependencies = [
1616
"requests>=2.32.3",
17-
"typer"==0.12.3,
17+
"typer==0.12.3",
1818
"rich>=13.7.1",
1919
"python-dotenv>=1.0.1"
2020
]

0 commit comments

Comments
 (0)