kaxil commented on code in PR #43893:
URL: https://github.com/apache/airflow/pull/43893#discussion_r1838455006


##########
task_sdk/pyproject.toml:
##########
@@ -24,7 +24,11 @@ requires-python = ">=3.9, <3.13"
 dependencies = [
     "attrs>=24.2.0",
     "google-re2>=1.1.20240702",
+    "httpx>=0.27.0",
     "methodtools>=0.4.7",
+    "msgspec>=0.18.6",

Review Comment:
   Yeah it is just one person: 
https://github.com/jcrist/msgspec/graphs/contributors but shouldn't be tough to 
replace it with Pydantic in future if needed.



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