Harvard-ATG / lts-iiif-ingest-service

A Python library to interact with the Harvard LTS (Library Technology Services) media ingest solution, which takes images and metadata and serves them via IIIF at scale. IIIFingest manages ingest credentials, uploads images to S3 for ingest, creates IIIF manifests, creates and signs asset ingest requests, and tracks the status of ingest jobs.
https://pypi.org/project/IIIFingest/
Other
2 stars 2 forks source link

Use compatible release version specifier (~=) for setup.cfg dependencies #164

Closed ColeDCrawford closed 1 year ago

ColeDCrawford commented 1 year ago

This seems like a good balance of how specific to be - pull in security updates automatically, but need to review larger package changes, which Dependabot will open for us. It's currently set to review daily, but we could move that to weekly.