mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

new release v0.3.0 is causing the build to fail since it uses requests as a dependency #116

Closed neeagl closed 5 months ago

mkhorasani commented 5 months ago

Dear @neeagl, I believe this problem is associated with your runtime environment/server. While I am importing requests in this package, it is not being used to run the logic of the authentication. I recommend you re-install your packages to solve this issue.

neeagl commented 5 months ago

I am using the Github Actions to deploy this to Azure Web Apps but its failing, something has broken here

Screenshot 2024-01-26 at 1 58 06 AM
mkhorasani commented 5 months ago

@neeagl please download v0.3.1 that was just released, it should resolve this issue.