Skip to content

Commit 1b8ef88

Browse files
committed
Fixed wrong syntax on pinned version on requriements files.
1 parent 08f49cf commit 1b8ef88

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow==3.2.1; python_version >= 3.10
4-
apache-airflow-providers-google==21.3.0; python_version >= 3.10
3+
apache-airflow==3.2.1; python_version >= "3.10"
4+
apache-airflow-providers-google==21.3.0; python_version >= "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow[google]==3.2.1; python_version >= 3.10
3+
apache-airflow[google]==3.2.1; python_version >= "3.10"
44
apache-airflow-providers-apache-beam==5.1.1
55
apache-airflow-providers-slack==7.3.2
66
apache-airflow-providers-http==4.4.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow==3.2.1; python_version >= 3.10
3+
apache-airflow==3.2.1; python_version >= "3.10"

0 commit comments

Comments
 (0)