mirror of
https://github.com/bec-project/bec.git
synced 2026-06-01 07:48:30 +02:00
build: exclude pydantic 2.12.0
This commit is contained in:
@@ -22,7 +22,7 @@ dependencies = [
|
||||
"msgpack~=1.0, >1.0.4",
|
||||
"numpy>=1.24, <3.0",
|
||||
"psutil~=5.9",
|
||||
"pydantic~=2.8",
|
||||
"pydantic~=2.8, !=2.12.0",
|
||||
"pylint~=3.0",
|
||||
"pyyaml~=6.0",
|
||||
"redis~=6.2,>=6.2.0",
|
||||
|
||||
Reference in New Issue
Block a user