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

markdown 3.0 changed its function signature #69

Closed
monteirojuan opened this issue Oct 13, 2018 · 2 comments
Closed

markdown 3.0 changed its function signature #69

monteirojuan opened this issue Oct 13, 2018 · 2 comments

Comments

@monteirojuan
Copy link

Hello, I was updating my requirements on a project when I stumbled upon this.

Python-Markdown 3.0 removed the positional arguments (Python-Markdown/markdown@fd628f3) and it broke. The deprecation seems to be from version 2.5, so maybe just require 2.5+ and fix the issue.

Thank you =)

@padraic-padraic
Copy link
Contributor

I've had the same issue, I'll be pushing a new release soon upgrading to Flask 1.0 and pinning Markdown <3.0

@padraic-padraic
Copy link
Contributor

v0.6.1 is now live on PyPI!

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

No branches or pull requests

2 participants