From f20295d9237a5c046153b3266dc518205665aebd Mon Sep 17 00:00:00 2001 From: "bodong.yang" Date: Mon, 27 Nov 2023 03:40:05 +0000 Subject: [PATCH] bump pydantic to 2.5.2, typing_extensions to 4.8.0 --- otaclient/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otaclient/requirements.txt b/otaclient/requirements.txt index fe8fb00bc..f19355f0a 100644 --- a/otaclient/requirements.txt +++ b/otaclient/requirements.txt @@ -15,6 +15,6 @@ aiohttp==3.8.6 aiofiles==22.1.0 zstandard==0.18.0 pycurl==7.45.1 -typing_extensions==4.6.3 -pydantic==2.5.1 +typing_extensions==4.8.0 +pydantic==2.5.2 pydantic-settings==2.1.0 \ No newline at end of file