-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
add lowerbound to requests-toolbelt and replace requests_toolbelt with requests-toolbelt #43020
add lowerbound to requests-toolbelt and replace requests_toolbelt with requests-toolbelt #43020
Conversation
…h requests-toolbelt
…cicd/requests-toolbelt_lowerbound
Package names are normalized (approved in PEP 503 - https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization) - see Normalization specification - https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization The two names are equivalent but we want to use the "normalized" name, so the change is perfectly fine. |
…h requests-toolbelt (apache#43020)
…h requests-toolbelt (apache#43020)
…h requests-toolbelt (apache#43020)
…h requests-toolbelt (apache#43020)
related to #42989
I noticed that we included
requests_toolbelt
instead ofrequests-toolbelt
in http provider.I thought both downloaded different packages. So, i did a
pip download requests_toolbelt --no-cache-dir
and compared its checksum withpip download requests-toolbelt --no-cache-dir
and both were same.Not sure if there's no difference between a -(hyphen) and _(underscore) when downloading/installing packages. Officially, its
requests-toolbelt
according to pypi - https://pypi.org/project/requests-toolbelt/