From 8f9b39afeed8024c7e87d24c5a4c7e8dffcf910a Mon Sep 17 00:00:00 2001 From: Zoe <13400804+zoe-icu@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:47:19 +0800 Subject: [PATCH] chore: update pydantic version to v2.5.3 --- apitable.py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apitable.py/setup.py b/apitable.py/setup.py index 0aeb053..920fa75 100644 --- a/apitable.py/setup.py +++ b/apitable.py/setup.py @@ -24,5 +24,5 @@ "Operating System :: OS Independent", ], python_requires=">=3.6", - install_requires=["requests<=2.31.0", "pydantic==1.7", "environs<=9.5.0"], + install_requires=["requests<=2.31.0", "pydantic==2.5.3", "environs<=9.5.0"], ) \ No newline at end of file