Skip to content

Commit 5ceb47c

Browse files
committed
add min version for Deprecated
1 parent 3d71d29 commit 5ceb47c

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
@@ -23,7 +23,7 @@ dependencies = [
2323
"pandas>=2.2.3,<2.4",
2424
"pyarrow>=16", # remove struct_field_names when upgraded to 18+
2525
"universal_pathlib>=0.2",
26-
"Deprecated",
26+
"Deprecated>=1.2.0",
2727
]
2828

2929
[project.urls]

0 commit comments

Comments
 (0)