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
This PR improves Python portability by replacing collections.abc.Iterable with typing.Iterable for better compatibility with older Python 3 versions, and implements lazy imports for server services to eliminate unnecessary transitive dependencies when those services are not used.
0 commit comments