Skip to content

Import deep_update from pydantic.v1.utils to avoid warning

Michal Kreps requested to merge pydanticDepricationWarning into main

Since some time we are getting warning about pydantic.utils.deep_update being deprecated. Here I get rid of the warning by importing from pydantic.v1.utils. @cburr or @admorris, do you know whether there is potentially better way of handling this?

Merge request reports

Loading