Hochfrequenz / kohlrahbi

An Anwendungshandbücher (AHB) scraper that extracts tables from docx files
https://pypi.org/project/kohlrahbi/
GNU General Public License v3.0
5 stars 2 forks source link

fix: set version of `pydantic-core` to a version compatible with `pydantic`; add tox `dev` to CI checks #462

Closed hf-kklein closed 4 days ago

hf-kklein commented 4 days ago

The conflict is caused by: The user requested pydantic-core==2.24.0 pydantic 2.9.2 depends on pydantic-core==2.23.4

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict