Describe the bug
mdformat 1.0.0 has just been released.
Unfortunately I cannot install mdformat_frontmatter because it is capping mdformat to < 0.8.0:
$ uv pip install "mdformat == 1.0.0" "mdformat_frontmatter == 2.0.8"
× No solution found when resolving dependencies:
╰─▶ Because mdformat-frontmatter==2.0.8 depends on mdformat>=0.7.16,<0.8.0 and you require mdformat==1.0.0, we can conclude that your requirements and mdformat-frontmatter==2.0.8 are incompatible.
And because you require mdformat-frontmatter==2.0.8, we can conclude that your requirements are unsatisfiable.
Describe the bug
mdformat1.0.0 has just been released.Unfortunately I cannot install
mdformat_frontmatterbecause it is cappingmdformatto< 0.8.0: