-
Notifications
You must be signed in to change notification settings - Fork 306
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
Latest release is breaking custom ContentManager #1366
Comments
This also impacts the ploomber project. It's disappointing that a breaking change was introduced without a major version or that an interface change that was non-breaking was not devised. |
I yanked 2.11.0. Please let's keep the tone civil, we're all volunteers doing our best, the breaking API change was unintentional. |
Sorry for the breaking changes to the API. I have created #1367 to fix this. |
I also created a PR to mark the conda-forge-package as broken: conda-forge/admin-requests#864 |
Description
#1363 changed the
ContentManager
API in a breaking manner; this can be seen in mwouts/jupytext#1165But I hit it too on private code.
Reproduce
Install jupytext
Expected behavior
The content manager get should be called without md5 if it does not support it.
Context
Command Line Output
The text was updated successfully, but these errors were encountered: