Describe the bug
When I add mdformat-myst to my Poetry environment it downgrades myst-parser to an extremely early and pretty much unusable version (0.7.1). I think this is because of the restriction on mdit-py-plugins:
"mdit-py-plugins >=0.3.0,<0.4.0",
Is the restriction to < 0.4.0 necessary?
Reproduce the bug
In a poetry environment (or presumably using any other dependency management tool) add md-format and myst-parser to the environment.
List your environment
No response