Refactor: remove sigstore.hashes
, merge into sigstore.models
#1043
Labels
8000
sigstore.hashes
, merge into sigstore.models
#1043
sigstore.hashes
only contains a single API, which is a data model. It should probably be insigstore.models
instead.This would be a breaking change, since it's an API rename. So we'd either need to do it in 4.x or include a backwards-compatible import.
The text was updated successfully, but these errors were encountered: