Skip to content

Commit

Permalink
chore(deps): update dependency openai to v1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 6eca8f4 commit 314ad8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gollm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Used for docker image.
fastapi
openai==1.55.3
openai==1.56.0
httpx==0.28.0
pandas
pydantic==2.10.2
Expand Down
2 changes: 1 addition & 1 deletion packages/gollm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version="0.1.0",
packages=find_packages(),
install_requires=[
"openai==1.55.3",
"openai==1.56.0",
"httpx==0.28.0",
"pandas",
"pydantic==2.10.2",
Expand Down

0 comments on commit 314ad8e

Please sign in to comment.