Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation: MarkupSafe==0.23 required #31

Open
Diwakar-Gupta opened this issue Mar 28, 2022 · 1 comment
Open

Installation: MarkupSafe==0.23 required #31

Diwakar-Gupta opened this issue Mar 28, 2022 · 1 comment

Comments

@Diwakar-Gupta
Copy link

Diwakar-Gupta commented Mar 28, 2022

Describe the bug

soft_unicode is removed from MarkupSafe version 2.1.0, and this project uses it

I got an error with this versions 2.1.1 & 2.1.0

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Any version >=0.23 and <2.1.0 will work.

Solution

This project works well with MarkupSafe>=0.23,<2.1.0
Mentioning this in requirements.txt will solve the problem.

@darosior
Copy link
Member

I can't reproduce. I don't encounter this error. Yet:

$ pip list |grep Markup
MarkupSafe             2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants