Skip to content

Commit

Permalink
chore(deps): update dependency openai to v1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 585cde5 commit 400efe9
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.51.2
openai==1.52.0
pandas
pydantic==2.9.2
regex
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.51.2",
"openai==1.52.0",
"pandas",
"pydantic==2.9.2",
"regex",
Expand Down

0 comments on commit 400efe9

Please sign in to comment.