python-documentai-toolbox
python-documentai-toolbox copied to clipboard
Dependency Conflict: Request to support NumPy 2.x
Hello,
I'm encountering a dependency conflict because google-cloud-documentai-toolbox requires numpy<2.0.0, while several other modern libraries I use now require numpy>=2.0.
For example, markitdown (via its dependency magika) requires numpy>=2.1.0. This makes it impossible to use both libraries in the same project.
Could you please consider releasing a new version that supports NumPy 2.x?
Thank you for your great work on this library!