mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-11 07:54:56 -05:00
Disallow unions in dataclass messages, move check to creation instead of usage (#499)
* Disallow unions in dataclass messages, move check to creation instead of usage * make image serializable by pydantic * fixup team one * update lockfile * fix * fix dataclass checking bug * fix mypy
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies = [
|
||||
"pillow",
|
||||
"aiohttp",
|
||||
"typing-extensions",
|
||||
"pydantic>=1.10,<3",
|
||||
"pydantic<3.0.0,>=2.0.0",
|
||||
"grpcio~=1.62.0",
|
||||
"protobuf~=4.25.1",
|
||||
"tiktoken",
|
||||
|
||||
Reference in New Issue
Block a user