Skip to content

Commit

Permalink
Update OpenAI dependency version constraints and bump package version…
Browse files Browse the repository at this point in the history
… to 0.4.1
  • Loading branch information
VRSEN committed Dec 1, 2024
1 parent e4b3cf4 commit 88cdb42
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.54.4",
"openai>=1.55.3,<2.0.0",
"docstring_parser==0.16",
"pydantic==2.8.2",
"datamodel-code-generator==0.26.1",
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.55.3
openai>=1.55.3,<2.0.0
docstring_parser==0.16
pydantic==2.8.2
datamodel-code-generator==0.26.1
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.4.0',
version='0.4.1',
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 88cdb42

Please sign in to comment.