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
Move close() to _ODataBase and fix MRO order in _ODataClient
- Add _ODataBase.close() to own cache clearing and logger teardown;
_ODataClient.close() now delegates via super() then closes _http only
- Reorder _ODataClient bases to (_FileUploadMixin, _RelationshipOperationsMixin, _ODataBase)
so mixins are searched before the base, matching Python MRO convention
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments