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

Can't import validate_arguments from pydantic #5

Open
mabulnaga opened this issue Nov 7, 2023 · 0 comments
Open

Can't import validate_arguments from pydantic #5

mabulnaga opened this issue Nov 7, 2023 · 0 comments

Comments

@mabulnaga
Copy link

mabulnaga commented Nov 7, 2023

When trying to import util/validation.py, I run into the error:

ImportError: cannot import name 'validate_arguments' from 'pydantic'

I'm running pydantic 2.4 and python 3.11.5. It seems the validation decorator has changed to @validate_call. See: https://docs.pydantic.dev/2.4/concepts/validation_decorator/

@mabulnaga mabulnaga reopened this Nov 7, 2023
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