NiklasRosenstein / pydoc-markdown

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

Specifies a proxy databind package instead of deprecated ones #322

Closed mmcfly007 closed 3 months ago

mmcfly007 commented 3 months ago

Hi @NiklasRosenstein,

Recently our docs building failed due to deprecation of databind.core and databind.json packages which were moved to databind.

image

Therefore proposed fix is necessary.

NiklasRosenstein commented 3 months ago

Hm, the proxy packages still exist to prevent this issue. I'm not sure what's wrong that would cause this state. Can you check in your environment if databind == 4.5.0 get's installed by the dependency on databind.json == 4.5.0 as it should?

mmcfly007 commented 3 months ago

Indeed, databind == 4.5.0 is installed during installation of databind.json == 4.5.0 or databind.core == 4.5.0. I have found out that it is platform problem caused the build failure.