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

pydantic user warning on import #534

Closed
winnubstj opened this issue Sep 22, 2023 · 0 comments · Fixed by #535
Closed

pydantic user warning on import #534

winnubstj opened this issue Sep 22, 2023 · 0 comments · Fixed by #535

Comments

@winnubstj
Copy link

System and Software

  • aicsimageio Version: 4.12.1
  • Python Version: 3.10.12
  • Operating System: Ubuntu/Windows

Description

Upon importing the module I get the follow error:

/home/johan/miniconda3/envs/pyvoxelflow/lib/python3.10/site-packages/pydantic/_migration.py:276: UserWarning: pydantic.error_wrappers:ValidationError has been moved to pydantic:ValidationError.
warnings.warn(f'{import_path} has been moved to {new_location}.')

Module seems to further work as intended

Reproduction

import aicsimageio

Environment

Seems robust across configurations as it also shows up in github workflows

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

Successfully merging a pull request may close this issue.

1 participant