From 0c233b923d4d4c5c53c68f9636af32887837d19a Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Sun, 18 Aug 2024 17:10:53 +0400 Subject: [PATCH] Bump versions --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49eee60d..9d2ea2f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] dependencies = [ - "openai==1.40.6", + "openai==1.41.0", "docstring_parser==0.16", "pydantic==2.8.2", "datamodel-code-generator==0.25.8", diff --git a/requirements.txt b/requirements.txt index ffb4c0f3..89458b32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==1.40.6 +openai==1.41.0 docstring_parser==0.16 pydantic==2.8.2 datamodel-code-generator==0.25.8 diff --git a/setup.py b/setup.py index 16d73560..f67755c5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='agency-swarm', - version='0.2.7', + version='0.3.0', author='VRSEN', author_email='me@vrsen.ai', description='An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.',