mvfc commented on code in PR #50534:
URL: https://github.com/apache/airflow/pull/50534#discussion_r2086909183
##########
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:
we're already using sendgrid>=6.0.0 on the provider, so its taking latest
version
--
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]