WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
16 stars 26 forks source link

build: pin exact keripy version in setup.py #242

Closed iFergal closed 1 month ago

iFergal commented 1 month ago

To close #163 - >= is pulling 1.2.0-dev2 for me in a fresh build which is breaking. In absence of a lockfile, == brings better determinism in our builds.

pfeairheller commented 1 month ago

Looks like you at least need dev1

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.83%. Comparing base (caad67b) to head (b450477). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #242 +/- ## ========================================== + Coverage 92.82% 92.83% +0.01% ========================================== Files 37 37 Lines 6982 6995 +13 ========================================== + Hits 6481 6494 +13 Misses 501 501 ```

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

iFergal commented 1 month ago

Yeah, 0.2.0-dev0 tag required dev0 which is where I saw the issue originally, forgot main would be different.

Has passed now with dev2 which is what the last PR build on main used so I just matched that.