potiuk commented on code in PR #62230:
URL: https://github.com/apache/airflow/pull/62230#discussion_r2835011850
##########
scripts/tools/initialize_virtualenv.py:
##########
@@ -55,7 +55,19 @@ def check_for_package_extras() -> str:
return "dev"
-def uv_install_requirements() -> int:
+def get_dependency_groups(pyproject_toml_path: Path) -> list[str]:
Review Comment:
https://peps.python.org/pep-0723/
##########
scripts/tools/initialize_virtualenv.py:
##########
@@ -55,7 +55,19 @@ def check_for_package_extras() -> str:
return "dev"
-def uv_install_requirements() -> int:
+def get_dependency_groups(pyproject_toml_path: Path) -> list[str]:
Review Comment:
(since tomllib is one of the dependencies that might be needed, so should be
specified there in < python version that has tomllib in stdlib).
--
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]