-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
0.10.1 won't install with latest pymdown-extensions #74
Comments
If it works, sure, let's do that :) Do you suggest |
Yup that will work! |
They both were just released! |
Alright, I'll publish a new release as well 🙂 |
pawamoy
added a commit
that referenced
this issue
Apr 7, 2020
`mkdocs-material` and `pymdown-extensions` recently released major versions which are compatible with the current code. Reference: issue #74.
Released 0.10.2! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've been using the latest releases squidfunk/mkdocs-material#1498
which should both release officially this week.
However, this pins using carets https://python-poetry.org/docs/dependency-specification/#caret-requirements
https://github.com/pawamoy/mkdocstrings/blob/09791898dea482e307e3fb16bb503843d5eac3ef/pyproject.toml#L25
https://github.com/pawamoy/mkdocstrings/blob/09791898dea482e307e3fb16bb503843d5eac3ef/pyproject.toml#L37
Let's increase the range
https://python-poetry.org/docs/dependency-specification/#multiple-requirements
The text was updated successfully, but these errors were encountered: