-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: hotfixing the pkgutil.ImpImporter error when using 3.12 based pipx; adding dependabot; patching snapshot tests #72
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aorumbayev
changed the title
fix: testing ci
fix: hotfixing the pkgutil.ImpImporter error when using 3.12 based pipx; adding dependabot; patching snapshot tests
Apr 16, 2024
neilcampbell
approved these changes
Apr 16, 2024
joe-p
added a commit
that referenced
this pull request
Apr 26, 2024
* initial composer * account and client manager * build_group and execute * WIP: algorand-client * fix up algorand-client * algorand-client -> algorand_client * test_send_payment * refactor params dataclasses * fix sender params * refactor txn params * rm AlgoAmount * beta namespace * rm from __init__ * improve send_payment * test_asset_opt_in * addr -> address * parity with JS tests * ruff check --fix * move account_manager to beta * unsafe ruff fixes * various fixes * use match * fix remaining ruff errors (other than line length and comments) * assert rather than cast * dont import from source * use frozen dataclasses * default get value * instantiate dict * using typing.Self * fix some docstrings * update idna due to vulnerability by pip-audit * ruff * ignore ruff errors in beta for now * fix non sdk mypy stuff * update cryptography for pip-audit * rm comment * ignore mypy errors * ruff * update setuptools * chore: hotfixing the pkgutil.ImpImporter error when using 3.12 based pipx; adding dependabot; patching snapshot tests (#72) * fix: testing ci * chore: testing ci * chore: test * chore: test * chore: testing ci * chore: testing ci * chore: test * chore: testing * chore: test * chore: test * chore: removing tmp tweak * chore: testing ci * chore: lockfile maintenance (poetry update); reverting ci tweaks * chore: testing ci * chore: testing ci * chore: testing ci * tuple unpacking --------- Co-authored-by: Al <[email protected]> Co-authored-by: Altynbek Orumbayev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
TODO: