Skip to content

Commit

Permalink
chore(deps): update dependency openai to v1.50.2 (#4997)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent b17c4c6 commit 609c60d
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.50.1
openai==1.50.2
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.50.1",
"openai==1.50.2",
"pandas",
"pydantic==2.9.2",
"regex",
Expand Down

0 comments on commit 609c60d

Please sign in to comment.