capa
capa copied to clipboard
dnfile 0.15.0 changed API
dnfile v0.15.0 contains a breaking change. The heap streams' .get() functions now return custom container objects instead of bytes.
I think I changed the necessary parts to keep same functionality, but am not definite. If necessary, feel free to close this PR and handle as you see fit. I just wanted to make it easier to integrate the breaking change.
Checklist
- [x] No CHANGELOG update needed
- [x] No new tests needed
- [x] No documentation update needed