potiuk commented on code in PR #37334:
URL: https://github.com/apache/airflow/pull/37334#discussion_r1485622512


##########
pyproject.toml:
##########
@@ -340,7 +340,6 @@ devel-tests = [
     "coverage>=7.2",
     "pytest-asyncio>=0.23.3",
     "pytest-cov>=4.1.0",
-    "pytest-httpx>=0.21.3",

Review Comment:
   Yes. I would also like to get rid of requests eventually. It's not 
up-to-date with some recent functionalities like asynchronous requests, HTTP3. 
- and it's basically in very low maintenance mode (but it's also under PSF 
umbrella, so at least we can count on security fixes). Friend of mine (creator 
of charset-normalizer) released https://github.com/jawah/niquests - which have 
all the bells and whistles for example, but it's hard to depend on quit 
security fixes releases there and generally betting on maintenance where there 
are no such many users is not a good idea.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to