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

allow_population_by_field_name warning #63

Closed
raidensakura opened this issue Dec 24, 2023 · 2 comments
Closed

allow_population_by_field_name warning #63

raidensakura opened this issue Dec 24, 2023 · 2 comments

Comments

@raidensakura
Copy link

A brief description of the problem.

  1. Library version: 0.9.2
  2. Operating system: Windows 11
  3. Full description of the problem:

My program shows this warning:

/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.

@AndreiDrang
Copy link
Owner

Thanks!

@ferrari
Copy link

ferrari commented Apr 3, 2024

This issue still exists, from what I've noticed.

* 'allow_population_by_field_name' has been renamed to 'populate_by_name'
  warnings.warn(message, UserWarning)

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

3 participants