NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
453 stars 102 forks source link

Poetry cant install with latest typing-extenstion #267

Closed nrbnlulu closed 2 years ago

nrbnlulu commented 2 years ago

Environment Any.

databind.json (>=1.5.2,<2.0.0) requires typing-extensions (>=3.10.0,<4.0.0).
  Thus, pydoc-markdown (>=4.6.3,<5.0.0) requires typing-extensions (>=3.10.0,<4.0.0).
  So, because strawberry-django-plus depends on both typing-extensions (>= 4.1.0) and pydoc-markdown (^4.6.3), version solving failed.

installing this package with typing-extenstions<=4.1.0 results poetry error.

Expected behavior

Clear installation

NiklasRosenstein commented 2 years ago

Hi @nrbnlulu , I prepped a version of databind that accepts higher versions of typing-extensions; unfortunately I'm blocked to release because of https://github.com/python-poetry/poetry/issues/5782#issuecomment-1173574340

nrbnlulu commented 2 years ago

Cool! thanks, great job!

NiklasRosenstein commented 2 years ago

Hey @nrbnlulu I managed to get the release published. Can you try again?

nrbnlulu commented 2 years ago

Working! :100: