kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
107 stars 97 forks source link

kernelci.api: upgrade pydantic version #2710

Closed JenySadadia closed 4 weeks ago

JenySadadia commented 1 month ago

Enable pydantic v2 as API now supports it.

JenySadadia commented 4 weeks ago

Fixed the error by implementing __get_pydantic_core_schema__ in PyObjectId class.