Skip to content

Commit

Permalink
Pin MarkupSafe==2.0.1 (#4746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Feb 18, 2022
1 parent 4145834 commit 9ae1dda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
- Testing cleanup ([#4496](https:/dbt-labs/dbt-core/pull/4496), [#4509](https:/dbt-labs/dbt-core/pull/4509))
- Clean up test deprecation warnings ([#3988](https:/dbt-labs/dbt-core/issue/3988), [#4556](https:/dbt-labs/dbt-core/pull/4556))

## dbt-core 1.0.2 (TBD)
## dbt-core 1.0.2 (Release TBD)

### Dependencies
- Pin `MarkupSafe==2.0.1`. Deprecation of `soft_unicode` in `MarkupSafe==2.1.0` is not supported by `Jinja2==2.11`

## dbt-core 1.0.2rc1 (February 4, 2022)

### Fixes
- Projects created using `dbt init` now have the correct `seeds` directory created (instead of `data`) ([#4588](https:/dbt-labs/dbt-core/issues/4588), [#4599](https:/dbt-labs/dbt-core/pull/4589))
Expand Down
1 change: 1 addition & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
],
install_requires=[
'Jinja2==2.11.3',
'MarkupSafe==2.0.1',
'agate>=1.6,<1.6.4',
'click>=8,<9',
'colorama>=0.3.9,<0.4.5',
Expand Down

0 comments on commit 9ae1dda

Please sign in to comment.