Skip to content

Commit

Permalink
fix: Fixed version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
micmurawski committed Jan 26, 2024
1 parent 2c38645 commit 16d41be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*parts):
'tests',
)
),
install_requires=["pynamodb>=5.0.0"],
install_requires=["pynamodb>=5.0.0,<6.0.0"],
include_package_data=True,
python_requires=">=3.6",
license="MIT",
Expand Down

0 comments on commit 16d41be

Please sign in to comment.