FieldValidationInfo
is deprecated, use ValidationInfo
instead.
#1341
Labels
Milestone
8000
FieldValidationInfo
is deprecated, use ValidationInfo
instead.
#1341
Describe the problem
Pydantic 2.4.0 emits the warning:
FieldValidationInfo
is deprecated, useValidationInfo
instead.'Template
https://github.com/RomainBrault/python-whiteprint
To Reproduce
No response
Logs
Expected behavior
No warning should be emited
Screenshots/screencasts/logs
No response
Operating system
Linux
Operating system distribution and version
Ubuntu 23.04
Copier version
8.3.0
Python version
3.11.5
Installation method
distro package
Additional context
Conda install
The fix looks simple:
Replace FieldValidationInfo by FieldValidation in user_data.py
The text was updated successfully, but these errors were encountered: