From bcc318afb01dcd26045dcaf46821ceb17f2cbb30 Mon Sep 17 00:00:00 2001 From: Rakan <48117105+rb81@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:44:34 +0400 Subject: [PATCH] Corrected Anthropic library version in requirements.txt --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a26ed4..b535a63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ PyGithub==1.55 -anthropic==0.3.0 -python-dotenv==0.19.0 \ No newline at end of file +anthropic==0.31.0 +python-dotenv==0.19.0 +pydantic==1.10.12 \ No newline at end of file