shahar1 commented on code in PR #68671:
URL: https://github.com/apache/airflow/pull/68671#discussion_r3444391365


##########
generated/provider_dependencies.json.sha256sum:
##########
@@ -1 +1 @@
-93831555f2a141e481c81c147142aeb860c34ea860163ca130d045e5ecd0a83b
+8609061b1d7c65722ca143c6e54bf569c2b3bb2bfeac9ecc85c97a114a5d83ac

Review Comment:
   Why was this file changed?



##########
dev/breeze/src/airflow_breeze/utils/constraints_version_check.py:
##########
@@ -601,16 +660,31 @@ def preserve_pyproject_file(pyproject_path: Path):
         preserve_pyproject_file(AIRFLOW_ROOT_PATH / "pyproject.toml") as 
airflow_pyproject,
         preserve_pyproject_file(AIRFLOW_ROOT_PATH / "uv.lock"),
     ):
+        from packaging.utils import canonicalize_name

Review Comment:
   I'd extract this import out of the function (which also makes the second 
internal import redundant)



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