Skip to content

Commit

Permalink
upgrade propelauth-py to 3.1.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed May 28, 2023
1 parent 6c2ee66 commit 515ed2a
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 @@ -11,7 +11,7 @@

setup(
name="propelauth-fastapi",
version="2.1.1",
version="2.1.2",
description="A FastAPI library for managing authentication, backed by PropelAuth",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -20,7 +20,7 @@
author="PropelAuth",
author_email="support@propelauth.com",
license="MIT",
install_requires=["propelauth-py==3.1.1", "requests"],
install_requires=["propelauth-py==3.1.2", "requests"],
setup_requires=pytest_runner,
tests_require=["pytest==4.4.1"],
test_suite="tests",
Expand Down

0 comments on commit 515ed2a

Please sign in to comment.