Skip to content

Commit f844ef5

Browse files
committed
Remove ty version pin
ty 0.0.25 compatibility issues are resolved.
1 parent e6ee614 commit f844ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test = [
6868
"pytest-cov>=7",
6969
]
7070
type = [
71-
"ty>=0.0.19,<0.0.25",
71+
"ty>=0.0.19",
7272
{ include-group = "test" },
7373
]
7474
lint = [

0 commit comments

Comments
 (0)