singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

Pin psycopg2-binary to fix UTC error #378

Closed craigwindell closed 3 years ago

craigwindell commented 3 years ago

The fix for #377 we found was to roll back and pin the psycopg2-binary package to the previous version.

The longer term fix is to update the code to work with later versions to solve the error: AssertionError: database connection isn't set to UTC

vsoch commented 3 years ago

You are so quick! Since this is more than a tiny fix, would you mind updating:

Thank you! And you are super speedy - I was responding to your issue and then realized you had already figured it out :)

craigwindell commented 3 years ago

I have updated the files you requested. -Craig