Breaking Changes
- Now requires tastytrade >=11.0.0
 - OAuthSession replaced with Session class
 
Details
tastytrade 11.0.0 removed the OAuthSession class and renamed it to just Session. OAuth is now the only authentication method.
This release updates tasty-agent to be compatible with tastytrade 11.x.
Migration
No action required - the API remains the same. Just ensure your environment variables (TASTYTRADE_CLIENT_SECRET and TASTYTRADE_REFRESH_TOKEN) are set correctly.