From 1a28e0f6f2056a8094b8608778d091668f012f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:22:32 +0000 Subject: [PATCH] Update dependency pydantic to ~=2.6.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c4a484..d23cd72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.103.1 pytest==7.1.3 pytest-asyncio==0.20.3 uvicorn==0.20.0 -pydantic~=2.2.0 +pydantic~=2.6.1 line-bot-sdk==1.8.0 openai==0.27.0