Skip to content

Commit

Permalink
bump dependency on propelauth-py to 3.2.0, bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmauer committed Nov 14, 2024
1 parent 7cdc34f commit 3c727b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="propelauth-flask",
version="2.1.19",
version="2.2.0",
description="A library for managing authentication in Flask",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -21,7 +21,7 @@
author="PropelAuth",
author_email="[email protected]",
license="MIT",
install_requires=["flask<4", "propelauth-py==3.1.19", "requests"],
install_requires=["flask<4", "propelauth-py==3.2.0", "requests"],
setup_requires=pytest_runner,
tests_require=["pytest==4.4.1"],
test_suite="tests",
Expand Down

0 comments on commit 3c727b2

Please sign in to comment.