You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When importing great-expectations with the latest version, there's an issue with MarkupSafe. MarkupSafe latest version removes soft_unicode, which gx uses - thus resulting in the error cannot import name 'soft_unicode' from 'markupsafe'
To Reproduce
Install latest version of gx, and import great_expectations
Expected behavior
import should not fail
Environment (please complete the following information):
Operating System: Linux
Great Expectations Version: 1.3.2
Cloud environment: Databricks
Python version: 3.10
Comments
Please set a constraint in your pyproject for MarkupSafe>=2 (or whatever works) and MarkupSafe <3
The text was updated successfully, but these errors were encountered:
Describe the bug
When importing great-expectations with the latest version, there's an issue with MarkupSafe. MarkupSafe latest version removes
soft_unicode
, which gx uses - thus resulting in the errorcannot import name 'soft_unicode' from 'markupsafe'
To Reproduce
Install latest version of gx, and
import great_expectations
Expected behavior
import should not fail
Environment (please complete the following information):
Comments
Please set a constraint in your pyproject for MarkupSafe>=2 (or whatever works) and MarkupSafe <3
The text was updated successfully, but these errors were encountered: