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
Fix: distribution metadata error
The commit removes the invalid 'license-file' field causing the InvalidDistribution error and
replaces it with the correct 'license-files' field under [tool.setuptools]. This change ensures
that the distribution metadata is recognized as valid during packaging.
Fix warning
Fixed FutureWarning in Series.getitem: Refactored indexing to use ser.iloc[pos] for position-based access, adhering to upcoming changes where integer keys will be treated as labels, consistent with DataFrame behavior.