Prab-27 commented on code in PR #71130:
URL: https://github.com/apache/airflow/pull/71130#discussion_r3717532296


##########
task-sdk/pyproject.toml:
##########
@@ -54,7 +54,7 @@ dependencies = [
     "attrs>=24.2.0, !=25.2.0",
     "babel>=2.17.0",
     "fsspec>=2023.10.0",
-    "httpx>=0.27.0",
+    "httpx2>=0.28.1",

Review Comment:
   Thanks ! 
   
   `Strletter` has migrated to `httpx2` but We could also keep both` httpx 
`and` httpx2` as dependency to save any breaking changes risk . WDYT ? 
   
   And it would be good if we import directly `htttpx2` not as aliased since it 
can break on typeidentity /logger side - I have read 
[here](https://httpx2.pydantic.dev/migration/)
   
   Would love to hear from the community !



-- 
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