jscheffl commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2203525527
##########
providers/ydb/pyproject.toml:
##########
@@ -49,17 +49,17 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: System :: Monitoring",
]
-requires-python = ">=3.10"
+requires-python = ">=3.10,!=3.13"
# The dependencies should be modified in place in the generated file.
# Any change in the dependencies is preserved when the file is regenerated
# Make sure to run ``breeze static-checks --type update-providers-dependencies
--all-files``
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
- "apache-airflow>=2.10.0",
- "apache-airflow-providers-common-sql>=1.20.0",
- "ydb>=3.18.8",
- "ydb-dbapi>=0.1.0",
+ "apache-airflow>=2.10.0",
+ "apache-airflow-providers-common-sql>=1.20.0; python_version < \"3.13\"",
+ "ydb>=3.18.8; python_version < \"3.13\"",
+ "ydb-dbapi>=0.1.0; python_version < \"3.13\"",
Review Comment:
nit: by accident here are 5 instead of 4 spaces
--
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]