Skip to content

Commit b80a0ff

Browse files
authored
Disallowing kylinpy 2.7.0 as it contains invalid pypi metadata (#48226)
1 parent 6d0e00c commit b80a0ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

generated/provider_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"apache.kylin": {
236236
"deps": [
237237
"apache-airflow>=2.9.0",
238-
"kylinpy>=2.7.0"
238+
"kylinpy>2.7.0"
239239
],
240240
"devel-deps": [],
241241
"plugins": [],

providers/apache/kylin/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Requirements
5454
PIP package Version required
5555
================== ==================
5656
``apache-airflow`` ``>=2.9.0``
57-
``kylinpy`` ``>=2.7.0``
57+
``kylinpy`` ``>2.7.0``
5858
================== ==================
5959

6060
The changelog for the provider package can be found in the

providers/apache/kylin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requires-python = "~=3.9"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.9.0",
61-
"kylinpy>=2.7.0",
61+
"kylinpy>2.7.0",
6262
]
6363

6464
[dependency-groups]

providers/apache/kylin/src/airflow/providers/apache/kylin/get_provider_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ def get_provider_info():
7676
"connection-type": "kylin",
7777
}
7878
],
79-
"dependencies": ["apache-airflow>=2.9.0", "kylinpy>=2.7.0"],
79+
"dependencies": ["apache-airflow>=2.9.0", "kylinpy>2.7.0"],
8080
"devel-dependencies": [],
8181
}

0 commit comments

Comments
 (0)