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
[BUG] Fix version import fallback for Python <3.8 compatibility
Replaced direct version import with a fallback mechanism using `importlib.metadata` or `importlib_metadata` for older Python versions. Ensures robust handling of `__version__` even when the package is not properly installed.
0 commit comments