Skip to content

Commit

Permalink
remove markupsafe pin (#7898)
Browse files Browse the repository at this point in the history
* remove markupsafe pin

* add pins for certain test suites

Co-authored-by: prha <prha@elementl.com>
  • Loading branch information
bollwyvl and prha committed May 17, 2022
1 parent f6d63d1 commit a7e0b69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def get_version() -> str:
"coloredlogs>=6.1, <=14.0",
"contextvars; python_version < '3.7'",
"Jinja2",
"markupsafe<=2.0.1",
"PyYAML>=5.1",
# core (not explicitly expressed atm)
# alembic 1.6.3 broke our migrations: https://github.com/sqlalchemy/alembic/issues/848
Expand Down
3 changes: 3 additions & 0 deletions python_modules/libraries/dagster-airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def get_version() -> str:
"kubernetes==10.0.1",
# New WTForms release breaks the version of airflow used by tests
"WTForms<3.0.0",
# pinned based on certain incompatible versions of Jinja2, which is itself pinned
# by apache-airflow==1.10.10
"markupsafe<=2.0.1",
],
},
entry_points={"console_scripts": ["dagster-airflow = dagster_airflow.cli:main"]},
Expand Down
1 change: 1 addition & 0 deletions python_modules/libraries/dagstermill/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ deps =
papermill1: nbconvert<6.0.0
papermill1: nbformat<=5.1.3
papermill1: Jinja2<3.0
papermill1: markupsafe<=2.0.1
-e ../../dagster[mypy,test]
-e ../dagster-pandas
allowlist_externals =
Expand Down

0 comments on commit a7e0b69

Please sign in to comment.