From 86f99389e14dde9e1b81d6e6dff1e2243613bef7 Mon Sep 17 00:00:00 2001 From: Valery Kharitonov Date: Sun, 17 Nov 2024 15:43:30 -0500 Subject: [PATCH] Upgrade packages --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f23e794..03fd3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,17 +17,17 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "anthropic==0.34.1", - "attrs==24.2.0", - "black==24.4.2", - "cohere==5.8.1", + "anthropic~=0.39.0", + "attrs~=24.2.0", + "black~=24.10.0", + "cohere~=5.11.4", "google-generativeai==0.7.2", - "openai==1.42.0", - "prompt-toolkit==3.0.47", - "pytest==8.3.2", - "PyYAML==6.0.2", - "rich==13.7.1", - "typing_extensions==4.12.2", + "openai~=1.54.4", + "prompt-toolkit~=3.0.48", + "pytest~=8.3.3", + "PyYAML~=6.0.2", + "rich~=13.9.4", + "typing_extensions~=4.12.2", "pydantic<2", ]