From c27ad8a97c6103f26b4fd708d60c246a67ce9cb7 Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Sun, 24 Mar 2024 10:14:35 +0400 Subject: [PATCH] Bump versions --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57a209ef..cdd4fff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] dependencies = [ - "openai==1.14.0", - "instructor==0.6.2", + "openai==1.14.2", + "instructor==0.6.7", "deepdiff==6.7.1", "termcolor==2.3.0", "python-dotenv==1.0.0", diff --git a/requirements.txt b/requirements.txt index 55b127da..5aa97f73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -openai==1.14.0 -instructor==0.6.2 +openai==1.14.2 +instructor==0.6.7 deepdiff==6.7.1 termcolor==2.3.0 python-dotenv==1.0.0 diff --git a/setup.py b/setup.py index c01969f1..02d8c7fa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='agency-swarm', - version='0.1.4', + version='0.1.5', author='VRSEN', author_email='arseny9795@gmail.com', description='An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.',