Skip to content
Discussion options

You must be logged in to vote

You can try remove the limit.

Unfortunately markupsafe 2.0 limit is not commented and it's been moved here from setup.py and it has long history - tracing the origin of that limit might be difficult.

However I think this was just a 'safeguard' in case of future incompatibilities. Which we stopped doing pretty much. We have constraints mechanism that allows us to safeguard against future-backwards-incompatible releases, and we tend to update all the dependencies to remove all the "upper-bound" limits (unless they are needed - then we leave a comment there why).

However - I have a bad news for you - you will lilkely have different problems with poetry - because it does not support constrain…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tsingh2k15
Comment options

@tsingh2k15
Comment options

@tsingh2k15
Comment options

@tsingh2k15
Comment options

@tsingh2k15
Comment options

Answer selected by tsingh2k15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants