AndreiDrang / python3-capsolver

Python library for Capsolver
https://andreidrang.github.io/python3-capsolver/
MIT License
57 stars 5 forks source link

allow_population_by_field_name warning #63

Closed raidensakura closed 10 months ago

raidensakura commented 10 months ago

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 commented 10 months ago

Thanks!

ferrari commented 7 months ago

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)