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

Consider reducing default dependencies even more #16

Open
roll opened this issue Apr 24, 2024 · 0 comments
Open

Consider reducing default dependencies even more #16

roll opened this issue Apr 24, 2024 · 0 comments

Comments

@roll
Copy link
Member

roll commented Apr 24, 2024

Overview

In the initial version, the default installation provides all the based descriptor and model functions including JSONSchema validation (jsonschema dep), remote loading (fsspec dep), and YAML support (pyyaml dep).

As the library needs to be used in other systems as a metadata mapper, we might consider limiting the bare installation only to pydantic dependency as the dependencies mentioned above are not needed for metadata mapping. They can be moved behind e.g. dplib-py[base] optional dependencies group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant