#1731 fix Image Spec requirements.txt hash
Pull request opened by
RichhLi
TL;DR
Converting the hash object to string will include the memory address (which differs in every execution), so two identical requirements.txt file will have different hashes. Instead, use hexdigest() for unique hash value.
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
flyteorg/flytekit
GitHub Actions: build-plugins (3.11, flytekit-aws-batch)
✅ 29 other checks have passed
29/30 successful checks