Closed esune closed 1 month ago
Fixes #157
@esune any reason to rename cred_schema
to schema
?
@Gavinok I had renamed it to cred_schema
to correct a pydantic warning about shadowing a base class variable. This seems to have caused file uploads for schemas to break - unsure why - so I am reverted the change to get everything back to a working state and will deal with the error separately.
Reverts a change introduced in #150 to
allow.py
that caused the schema file upload to not work.Dependency updates as needed.