-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow use major versions of Aleph SDK #27
Conversation
…ary version creates a dependency hell. Solution: Allow to use the same and major version of aleph-python-sdk library.
1dc23be
to
337250d
Compare
No change in setup.cfg related to |
3423097
to
9bfbf56
Compare
Yes, it's changed: https://github.com/aleph-im/aleph-vrf/pull/27/files#diff-fa602a8a75dc9dcc92261bac5f533c2a85e34fcceaff63b3a3a81d9acde2fc52L51 |
9bfbf56
to
ec9f39a
Compare
ec9f39a
to
3f007c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ot major or minor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@hoh you need to approve too, it seems |
# Conflicts: # src/aleph_vrf/coordinator/vrf.py
Problem: Having a strong dependency to an exact aleph-python-sdk library version creates a dependency hell.
Solution: Allow to use the same and major version of aleph-python-sdk library.