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

Fix DeprecationWarning in requests use #1787

Open
joernu76 opened this issue May 16, 2023 · 5 comments · May be fixed by #2570
Open

Fix DeprecationWarning in requests use #1787

joernu76 opened this issue May 16, 2023 · 5 comments · May be fixed by #2570
Assignees
Labels
ESP-Sprint We do a MSS sprint on EuroSciPy 18.8. in Basel. (candidates should be marked with this) good first issue Good for newcomers
Milestone

Comments

@joernu76
Copy link
Member

/opt/conda/envs/mss-develop-env/lib/python3.10/site-packages/requests/auth.py:46: DeprecationWarning: Non-string passwords will no longer be supported in Requests 3.0.0. Please convert the object you've passed in (<class 'NoneType'>) to a string or bytes object in the near future to avoid problems.
warnings.warn(

@joernu76 joernu76 added the good first issue Good for newcomers label May 16, 2023
@joernu76 joernu76 added this to the 9.0.0 milestone May 16, 2023
@joernu76 joernu76 changed the title DeprecationWarning in werkzeug Fix DeprecationWarning in requests May 16, 2023
@joernu76 joernu76 changed the title Fix DeprecationWarning in requests Fix DeprecationWarning in requests use May 16, 2023
@ambiguousphoton
Copy link
Contributor

Please assign this to me. I could solve this.

@open-mss-build open-mss-build added the ESP-Sprint We do a MSS sprint on EuroSciPy 18.8. in Basel. (candidates should be marked with this) label Aug 17, 2023
@matrss
Copy link
Collaborator

matrss commented Aug 18, 2023

@joernu76 I cannot reproduce this issue with the test suite. Where did you see the warning?

@ReimarBauer ReimarBauer modified the milestones: 9.0.0, 10.0.0 Feb 15, 2024
@ReimarBauer
Copy link
Member

we need more details and have to recheck when requests is updated

@kumar1035
Copy link

Please assign this to me. I could solve this.

@ReimarBauer
Copy link
Member

The task is about finding where we could have send None and catch that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ESP-Sprint We do a MSS sprint on EuroSciPy 18.8. in Basel. (candidates should be marked with this) good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants