Update pydantic version & fix mypy errors (#4811)

* Update pydantic version & fix mypy errors

* uv lock changes

* Update lock

* update lockfile

---------

Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
This commit is contained in:
Sachin Joglekar
2024-12-27 05:53:52 -08:00
committed by GitHub
parent 9a2dbb4fba
commit d1dff316bc
4 changed files with 111 additions and 487 deletions

View File

@@ -20,7 +20,7 @@ dependencies = [
"aioconsole>=0.8.1",
"aiohttp>=3.10.10",
"typing-extensions",
"pydantic<3.0.0,>=2.0.0",
"pydantic<3.0.0,>=2.10.0",
"protobuf~=4.25.1",
"tiktoken>=0.8.0",
"opentelemetry-api~=1.27.0",