Skip to content

Commit 5c2328a

Browse files
authored
Update tblib constraint (aws#4317)
1 parent 0541b26 commit 5c2328a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def read_requirements(filename):
6363
"PyYAML~=6.0",
6464
"jsonschema",
6565
"platformdirs",
66-
"tblib==1.7.0",
66+
"tblib>=1.7.0,<3",
6767
"urllib3<1.27",
6868
"uvicorn==0.22.0",
6969
"fastapi==0.95.2",

0 commit comments

Comments
 (0)