googleapis / python-documentai-toolbox

Document AI Toolbox is an SDK for Python that provides utility functions for managing, manipulating, and extracting information from the document response. It creates a "wrapped" document object from JSON files in Cloud Storage, local JSON files, or output directly from the Document AI API.
https://cloud.google.com/document-ai/docs/toolbox
Apache License 2.0
32 stars 13 forks source link

fix: Drop Python 3.7 Support #262

Closed holtskinner closed 6 months ago

holtskinner commented 6 months ago

BEGIN_COMMIT_OVERRIDE fix: Drop Python 3.7 Support fix: Require google-api-core >= 2.17.1 fix: Require pandas >= 2.0.0 fix: Require proto-plus >= 1.22.3 fix: Require numpy >= 1.23.5 fix: Require pikepdf >= 8.0.0 fix: Require Pillow >= 10.0.0 END_COMMIT_OVERRIDE

Fixes #209 🦕

parthea commented 6 months ago

Converting to draft until presubmits pass

holtskinner commented 6 months ago

[removed]