-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TIC-527] Fetch user signup query parameters (#17)
* feat: add fetch_user_signup_query_params_by_user_id and up version number * feat: up propelauthpy version number
- Loading branch information
Itai Levi
authored
Jan 18, 2024
1 parent
9345fd4
commit 6b38095
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
setup( | ||
name="propelauth-flask", | ||
version="2.1.8", | ||
version="2.1.9", | ||
description="A library for managing authentication in Flask", | ||
long_description=README, | ||
long_description_content_type="text/markdown", | ||
|
@@ -20,7 +20,7 @@ | |
author="PropelAuth", | ||
author_email="[email protected]", | ||
license="MIT", | ||
install_requires=["flask<3", "propelauth-py==3.1.9", "requests"], | ||
install_requires=["flask<3", "propelauth-py==3.1.11", "requests"], | ||
setup_requires=pytest_runner, | ||
tests_require=["pytest==4.4.1"], | ||
test_suite="tests", | ||
|