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
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
The text was updated successfully, but these errors were encountered:
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 groupThe text was updated successfully, but these errors were encountered: