Skip to content

Commit e47f13f

Browse files
authored
Fix dag-delete error (#556)
1 parent aea69d5 commit e47f13f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

observatory-api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flask>=1.1.4,<2
33
connexion[swagger-ui]>=2.7.0,<3
44
elasticsearch>=7.13.3,<8
55
pyyaml>=5.1,<6
6-
SQLAlchemy>=1.3.18,<2
6+
SQLAlchemy==1.3.24 # https://github.com/apache/airflow/issues/21661
77
psycopg2-binary>=2.9.1,<3
88
urllib3>=1.25.11,<2
99
python-dateutil>=2.8.2,<3

observatory-platform/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ apache-airflow-providers-slack==4.0.0
99
apache-airflow-providers-http==2.0.0
1010
WTForms<3 # Fix ModuleNotFoundError: No module named 'wtforms.compat' error
1111
Markdown==3.3.4 # prevent error: INSTALLED_EXTENSIONS = metadata.entry_points(group='markdown.extensions') TypeError: entry_points() got an unexpected keyword argument 'group'
12+
SQLAlchemy==1.3.24 # https://github.com/apache/airflow/issues/21661
1213

1314
# Google Cloud
1415
google-crc32c>=1.1.0,<2

0 commit comments

Comments
 (0)