kaxil commented on code in PR #49306:
URL: https://github.com/apache/airflow/pull/49306#discussion_r2045050859
##########
dev/breeze/src/airflow_breeze/templates/pyproject_TEMPLATE.toml.jinja2:
##########
@@ -69,6 +69,7 @@ classifiers = [
"Topic :: System :: Monitoring",
]
requires-python = "{{ REQUIRES_PYTHON }}"
+{{ EXTRA_PROJECT_METADATA }}
Review Comment:
aah this is returning `None` in some cases
##########
dev/breeze/src/airflow_breeze/templates/pyproject_TEMPLATE.toml.jinja2:
##########
@@ -69,6 +69,7 @@ classifiers = [
"Topic :: System :: Monitoring",
]
requires-python = "{{ REQUIRES_PYTHON }}"
+{{ EXTRA_PROJECT_METADATA }}
Review Comment:
```
51 "Topic :: System :: Monitoring",
52 ]
53 requires-python = "~=3.9"
54 None
55
56 # The dependencies should be modified in place in the generated file.
57 # Any change in the dependencies is preserved when the file is
regenerated
58 # Make sure to run ``breeze static-checks --type
update-providers-dependencies --all-files``
59 # After you modify the dependencies, and rebuild your Breeze CI
image with ``breeze ci-image build``
60 dependencies = [
61 "apache-airflow>=3.0.0.dev0",
62 "GitPython>=3.1.44",
63 ]
64
65 [dependency-groups]
66 dev = [
67 "apache-airflow",
68 "apache-airflow-task-sdk",
69 "apache-airflow-devel-common",
70 # Additional devel dependencies (do not remove this line and add
extra development dependencies)
71 ]
72
```
--
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]