We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763f917 commit 61fbe41Copy full SHA for 61fbe41
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="propelauth-fastapi",
15
- version="4.2.9",
+ version="4.3.0",
16
description="A FastAPI library for managing authentication, backed by PropelAuth",
17
long_description=README,
18
long_description_content_type="text/markdown",
@@ -21,7 +21,7 @@
21
author="PropelAuth",
22
author_email="support@propelauth.com",
23
license="MIT",
24
- install_requires=["propelauth-py==4.2.9", "requests", "httpx>=0.28.1"],
+ install_requires=["propelauth-py==4.3.0", "requests", "httpx>=0.28.1"],
25
setup_requires=pytest_runner,
26
tests_require=["pytest==4.4.1"],
27
test_suite="tests",
0 commit comments