Skip to content

Commit 16d41be

Browse files
committed
fix: Fixed version pin
1 parent 2c38645 commit 16d41be

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
@@ -27,7 +27,7 @@ def read(*parts):
2727
'tests',
2828
)
2929
),
30-
install_requires=["pynamodb>=5.0.0"],
30+
install_requires=["pynamodb>=5.0.0,<6.0.0"],
3131
include_package_data=True,
3232
python_requires=">=3.6",
3333
license="MIT",

0 commit comments

Comments
 (0)