Skip to content

Commit

Permalink
chore(dependencies): update openai version constraint
Browse files Browse the repository at this point in the history
- Changed openai version specifier from caret to tilde for more controlled updates.
- Updated `poetry.lock` file with new content hash.
  • Loading branch information
laipz8200 committed Oct 18, 2024
1 parent 4721669 commit 91bea70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ nomic = "~3.1.2"
novita-client = "~0.5.7"
numpy = "~1.26.4"
oci = "~2.135.1"
openai = "^1.52.0"
openai = "~1.52.0"
openpyxl = "~3.1.5"
pandas = { version = "~2.2.2", extras = ["performance", "excel"] }
psycopg2-binary = "~2.9.6"
Expand Down

0 comments on commit 91bea70

Please sign in to comment.