You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://tastytrade.github.io/tastytrade-sdk-python/tastytrade_sdk.html contains examples to use that are only valid for version 1.3.0. Pip install does not have 1.3.0, the latest is 1.2.0. Therefore, if you follow the instructions to install via pip and then use the .from_env method, it will error.
Solution: publish 1.3.0 to pip or update the documentation to support 1.2.0 examples (username/password logic) instead of 1.3.0 use of OAuth2.
https://tastytrade.github.io/tastytrade-sdk-python/tastytrade_sdk.html contains examples to use that are only valid for version 1.3.0. Pip install does not have 1.3.0, the latest is 1.2.0. Therefore, if you follow the instructions to install via pip and then use the .
from_envmethod, it will error.Solution: publish 1.3.0 to pip or update the documentation to support 1.2.0 examples (username/password logic) instead of 1.3.0 use of OAuth2.