eladkal commented on code in PR #53229:
URL: https://github.com/apache/airflow/pull/53229#discussion_r2202469074


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -752,9 +752,9 @@ def generate_provider_dependencies_if_needed():
 ]
 
 ALL_PYTHON_VERSION_TO_PATCH_VERSION: dict[str, str] = {
-    "3.6": "v3.6.1",
-    "3.7": "v3.7.1",
-    "3.8": "v3.8.1",
+    "3.6": "v3.6.15",
+    "3.7": "v3.7.17",
+    "3.8": "v3.8.20",

Review Comment:
   If this was the issue then why it surface now?
   I am not sure that this fix is the root cause



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