We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75bcd commit b5b87d7Copy full SHA for b5b87d7
requirements.txt
@@ -1,5 +1,5 @@
1
fastapi
2
-propelauth-py==4.2.2
+propelauth-py==4.2.3
3
pytest
4
requests-mock
5
httpx
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="propelauth-fastapi",
15
- version="4.2.2",
+ version="4.2.3",
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.2", "requests"],
+ install_requires=["propelauth-py==4.2.3", "requests"],
25
setup_requires=pytest_runner,
26
tests_require=["pytest==4.4.1"],
27
test_suite="tests",
0 commit comments