Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible requests version with streamlit requirement #397

Open
EZ-Walk opened this issue May 15, 2024 · 1 comment
Open

Incompatible requests version with streamlit requirement #397

EZ-Walk opened this issue May 15, 2024 · 1 comment

Comments

@EZ-Walk
Copy link

EZ-Walk commented May 15, 2024

Hello, I am trying to use this wonderful package in a streamlit app. However there is a dependency conflict between streamlit 1.34.0 which requires requests<3,>=2.27 and this package notion-py 0.0.10 which requires requests 2.24.0.

Steps to recreate:

pip install requests==2.24.0
@EZ-Walk
Copy link
Author

EZ-Walk commented Jul 22, 2024

Requests requires urllib3 <1.26 and pyGithub requires urllib>=1.26

Is there any way to loosen the requests version requirement from 2.24.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant