AndreiDrang / python3-capsolver

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

Pydantic: 'allow_population_by_field_name' has been renamed to 'populate_by_name' #79

Closed ferrari closed 6 months ago

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)

Originally posted by @ferrari in https://github.com/AndreiDrang/python3-capsolver/issues/63#issuecomment-2035553170

AndreiDrang commented 7 months ago

Hi Thanks for your report. I didn't find any use of "allow_population_by_field_name", maybe you are using some old version or some other library that displays this warning.