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

Compatibility issue with py-algorand-sdk 2.0.0 #55

Closed
ipaleka opened this issue Jan 4, 2023 · 2 comments
Closed

Compatibility issue with py-algorand-sdk 2.0.0 #55

ipaleka opened this issue Jan 4, 2023 · 2 comments

Comments

@ipaleka
Copy link
Contributor

ipaleka commented Jan 4, 2023

https://github.com/algorand/py-algorand-sdk/releases/tag/v2.0.0

All the code from the algosdk.future package is moved directly under algosdk.

So, for example

from algosdk.future.transaction import LogicSigAccount

becomes

from algosdk.transaction import LogicSigAccount

`

@gokselcoban
Copy link
Contributor

Thank you for informing us about this change.

There is an open PR #58 related to this issue.

This will be fixed with the upcoming release.

@gokselcoban
Copy link
Contributor

Added py-algorand-sdk==2.0.0 support 🎉 .

https://github.com/tinymanorg/tinyman-py-sdk/releases/tag/v2.1.1

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

No branches or pull requests

2 participants