Skip to content

Use PyPI version for urtypes lib #753

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

tadeubas
Copy link
Contributor

@tadeubas tadeubas commented May 16, 2025

Change requirements.txt to use https://github.com/selfcustody/urtypes PyPI version instead of github commit hash

@tadeubas tadeubas changed the title use pypi version instead of commit for urtypes lib Use PyPI version instead of commit for urtypes lib May 16, 2025
@tadeubas tadeubas changed the title Use PyPI version instead of commit for urtypes lib Use PyPI version for urtypes lib May 22, 2025
@newtonick
Copy link
Collaborator

This would also update the version of untypes used currently. Not an issue, but would need review and testing.

@tadeubas
Copy link
Contributor Author

tadeubas commented May 25, 2025

Yes it is an update or urtypes, but it is the same code as before, you would just need to copy the old lib folder and execute a diff after installing the version 1.0.1:

I've executed here and found just this line change:

diff -ruN --exclude='__pycache__' lib/python3.12/site-packages/urtypes/ copy_of_urtypes/


--- lib/python3.12/site-packages/urtypes/__init__.py 2025-05-16 19:02:23.509587683 -0300
+++ /home/your_user/copy_of_urtypes/__init__.py       2025-05-25 13:59:16.806017365 -0300
@@ -22,4 +22,3 @@
 
 from .registry import *
 from .bytes import *
-from .crypto import *

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.

2 participants