Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit universal-pathlib to < 0.2.0 #37311

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Commits on Feb 10, 2024

  1. Limit universal-pathlib to < 0.2.0

    The Universal Pathlib provides  Pathlib-like interface for FSSPEC
    In 0.1. *It was not very well defined for extension, so the way how we use it for 0.1.*
    so we used a lot of private methods and attributes that were not defined in the interface
    an they are broken with version 0.2.0 which is much better suited for extension and supports
    Python 3.12. We should limit it, unti we migrate to 0.2.0
    See: fsspec/universal_pathlib#173 (comment)
    This is prerequistite to make Airflow compatible with Python 3.12
    Tracked in apache#36755
    potiuk committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    9a005c8 View commit details
    Browse the repository at this point in the history