Skip to content

Commit fa91332

Browse files
authored
fix: Fixed Pydantic Version (#6186)
1 parent 219335e commit fa91332

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ pymysql = "1.1.1"
7070
accelerate = "1.6.0"
7171
captcha = "0.7.1"
7272
setuptools = "^75.0.0"
73-
volcengine-python-sdk = {extras = ["ark"], version = "4.0.5"}
73+
volcengine-python-sdk = { extras = ["ark"], version = "4.0.5" }
74+
pydantic = "2.11.5"
7475
[build-system]
7576
requires = ["poetry-core"]
7677
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)