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.',