aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Dependencies: Unpin `sqlalchemy` #158

Closed sphuber closed 10 months ago

sphuber commented 10 months ago

The package is also compatible with v2.0 so we relax the requirement and allow sqlalchemy>=1.4.22.

Blocked by #159

codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (5dc4a34) 99.89% compared to head (28a2ec1) 99.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ======================================= Coverage 99.89% 99.89% ======================================= Files 9 9 Lines 1904 1904 ======================================= Hits 1902 1902 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.