Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed May 25, 2024
1 parent 2c3d868 commit d58ee7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"openai==1.27.0",
"instructor==1.2.6",
"openai==1.30.3",
"instructor==1.3.1",
"deepdiff==6.7.1",
"termcolor==2.3.0",
"python-dotenv==1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openai==1.27.0
instructor==1.2.6
openai==1.30.3
instructor==1.3.1
deepdiff==6.7.1
termcolor==2.3.0
python-dotenv==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='agency-swarm',
version='0.2.2',
version='0.2.3',
author='VRSEN',
author_email='[email protected]',
description='An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.',
Expand Down

0 comments on commit d58ee7c

Please sign in to comment.