👀 Breaking Changes
- The `0.17.0` version drops Python 3.9 support in order to be compatible with Python 3.10+ libraries. If you require Python 3.9 support, please use PyAirbyte `<0.17.0` until you are able to upgrade to Python 3.10 or greater. (340)
🐛 Fixes
- Resolve updated handling for Manifest-only connector definitions. (340)
- Resolve issue where schema names may not have been properly normalized according to casing requirements. (296) - _**Thanks, nakamichiworks!**_