/home/autologin/.venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:317: UserWarning: Valid config keys have changed in V2:
* 'allow_population_by_field_name' has been renamed to 'populate_by_name'
allow_population_by_field_name is being used in this line.
A brief description of the problem.
My program shows this warning:
allow_population_by_field_name
is being used in this line.