Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Mar 24, 2024
1 parent 235a037 commit c27ad8a
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.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",
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.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
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.1.4',
version='0.1.5',
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 c27ad8a

Please sign in to comment.