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

Riase required attrs version to version #73

Open
BPHarris opened this issue Jan 31, 2025 · 0 comments
Open

Riase required attrs version to version #73

BPHarris opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BPHarris
Copy link
Collaborator

BPHarris commented Jan 31, 2025

The minimum version is set to 21 this is incorrect.

  • we require the alias parameter for attrs.field which was added in version 22 per the docs
  • we require that the frozen symbol models be hashable, this is the default case in version 23, so either we must bump to this version or explicitly set the symbols to be hashable (the latter is untested but presumably works)
@BPHarris BPHarris self-assigned this Jan 31, 2025
@BPHarris BPHarris added the bug Something isn't working label Jan 31, 2025
@BPHarris BPHarris changed the title Riase required attrs version to version 22 Riase required attrs version to version Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant