-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Upgraded Streamlit to >= 1.18.0 2. Upgraded Extra-Streamlit_Components to >= 0.1.60
- Loading branch information
1 parent
1f3f53e
commit 4b578c7
Showing
3 changed files
with
17 additions
and
29 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="streamlit-authenticator", | ||
version="0.2.2", | ||
version="0.2.3", | ||
author="Mohammad Khorasani", | ||
author_email="[email protected]", | ||
description="A secure authentication module to validate user credentials in a Streamlit application.", | ||
|
@@ -25,7 +25,7 @@ | |
"PyJWT >=2.3.0", | ||
"bcrypt >= 3.1.7", | ||
"PyYAML >= 5.3.1", | ||
"streamlit >= 0.86", | ||
"extra-streamlit-components >= 0.1.55" | ||
"streamlit >= 1.18.0", | ||
"extra-streamlit-components >= 0.1.60" | ||
], | ||
) |
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