Skip to content

Commit 1ee0f9d

Browse files
authored
pyproject: constrain msgpack < 2.0.0 (#319)
1 parent f5f2327 commit 1ee0f9d

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
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Internet :: WWW/HTTP",
3434
]
3535
keywords = ["requests", "http", "caching", "web"]
36-
dependencies = ["requests >= 2.16.0", "msgpack >= 0.5.2"]
36+
dependencies = ["requests >= 2.16.0", "msgpack >= 0.5.2, < 2.0.0"]
3737
requires-python = ">=3.7"
3838

3939
[project.urls]

0 commit comments

Comments
 (0)