mvfc commented on code in PR #50534:
URL: https://github.com/apache/airflow/pull/50534#discussion_r2086911926


##########
providers/sendgrid/pyproject.toml:
##########
@@ -59,7 +59,7 @@ requires-python = "~=3.9"
 dependencies = [
     "apache-airflow>=2.10.0",
     "sendgrid>=6.0.0",
-    "werkzeug>=2.2,<4", # Temporary till we can merge 
https://github.com/apache/airflow/pull/50221
+    "ecdsa>=0.19.1,<1", # remove when 
https://github.com/sendgrid/sendgrid-python/pull/1102 is solved

Review Comment:
   good point, thought since we take >=6.0.0 it would take already the latest 
one, bad of my part to assume



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