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

markupsafe version 2.1.0 removed 'soft_unicode' function #1600

Closed
vikingUnet opened this issue Feb 21, 2022 · 1 comment
Closed

markupsafe version 2.1.0 removed 'soft_unicode' function #1600

vikingUnet opened this issue Feb 21, 2022 · 1 comment

Comments

@vikingUnet
Copy link

vikingUnet commented Feb 21, 2022

Hello!
Today we have a big problem with installing requirement dependency as markupsafe >= 0.23

jinja/setup.py

Line 53 in 737a4cd

install_requires=["MarkupSafe>=0.23"],

and we forced to installversion markupsafe==2.0.1 in handly mode.
Please, change this dependency for backward compatibility,
problam describe at this link pallets/markupsafe#284
Thanks!!!

@davidism
Copy link
Member

Duplicate of #1585

You are using an unsupported version of Jinja, please update to the latest version if possible. Additionally, please read https://hynek.me/articles/semver-will-not-save-you/, then use a tool like pip-tools to pin your dependencies and control when you get updates. Be sure to run your tests with deprecation warnings treated as errors so that you get notified of these types of changes early.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants