mapping-commons / sssom-py

Python toolkit for SSSOM mapping format
https://mapping-commons.github.io/sssom-py/index.html#
MIT License
49 stars 12 forks source link

Updated using `importlib_resource` instead of `pkg_resources` and prepare for later versions of `pandas` #492

Closed hrshdhgd closed 7 months ago

hrshdhgd commented 7 months ago

Fixes #491

hrshdhgd commented 7 months ago

@matentzn : The only warning that shows now is

python3.10/site-packages/curies/api.py:261
  /opt/anaconda3/envs/sssom-py/lib/python3.10/site-packages/curies/api.py:261: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/
    @validator("uri_prefix_synonyms")  # type:ignore

which is curies related. Relevant PR: https://github.com/biopragmatics/curies/pull/101

hrshdhgd commented 7 months ago

Wellllcome back! My god I missed you man! Hope you are well!

Haha! All well here sir!

hrshdhgd commented 7 months ago

Should I merge this?