Skip to content

Commit

Permalink
Set min jsonpickle version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotaev committed Apr 5, 2023
1 parent 9fe733a commit f1db00b
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 @@ -26,7 +26,7 @@
py_modules=['vakt'],
python_requires='>=3.6',
install_requires=[
'jsonpickle>=1.0',
'jsonpickle>=2.0',
],
extras_require={
# Dev dependencies are not using pinned compatibility versions
Expand Down

0 comments on commit f1db00b

Please sign in to comment.