openwallet-foundation / acapy-endorser-service

endorser-service
https://wiki.hyperledger.org/display/aries
Apache License 2.0
6 stars 11 forks source link

Fix configuration file upload #156

Closed esune closed 1 month ago

esune commented 1 month ago

Reverts a change introduced in #150 to allow.py that caused the schema file upload to not work.

Dependency updates as needed.

Gavinok commented 1 month ago

Fixes #157

Gavinok commented 1 month ago

@esune any reason to rename cred_schema to schema?

esune commented 1 month ago

@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.