mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-13 16:55:09 -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:
@@ -33,6 +33,7 @@ dependencies = [
|
||||
"SpeechRecognition",
|
||||
"pathvalidate",
|
||||
"playwright",
|
||||
"pydantic<3.0.0,>=2.0.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user