Skip to content

Commit

Permalink
Merge branch 'main' into dev/apply-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t authored Dec 1, 2024
2 parents 85180da + 9e23529 commit 3e5cd6e
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.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 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 3e5cd6e

Please sign in to comment.