rawwar opened a new pull request, #43020:
URL: https://github.com/apache/airflow/pull/43020

   related to #42989
   
   I noticed that we included `requests_toolbelt` instead of 
`requests-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 with `pip 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/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to