Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Aug 18, 2024
1 parent 2791517 commit 0c233b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
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.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.',
Expand Down

0 comments on commit 0c233b9

Please sign in to comment.