Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dissect.cstruct): Make Unblob compatible with version 4.0 #907

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

vlaci
Copy link
Contributor

@vlaci vlaci commented Jul 23, 2024

We cannot upgrade our requirement to 4.0, as it has no Python 3.8 support. The second-best thing we can do is to relax the dependency specification and make our logging code compatible with both versions. This is the only place we depend on runtime types.

In the next nix flake update, Nix builds will also use 4.0 version.

Fixes: #888

@vlaci vlaci requested a review from e3krisztian July 23, 2024 13:40
@vlaci vlaci changed the title chore(dissect.cstruct): Make Unblob compatible with version 5.0 chore(dissect.cstruct): Make Unblob compatible with version 4.0 Jul 23, 2024
We cannot upgrade our requirement to 4.0, as it has no Python 3.8
support. The second best thing we can do is to relax the dependency
specification and make our logging code compatible with both
versions. This is the only place we depend on runtime types.

Fixes: #888
@vlaci vlaci merged commit 18a2ce1 into main Jul 23, 2024
14 checks passed
@vlaci vlaci deleted the relax-dissect-cstruct-annotation branch July 23, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python package is incompatible with dissect-squashfs
2 participants