Skip to content

Commit

Permalink
chore(deps): update dependency openai to v1.51.1
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | openai  | 1.45.0 | 1.51.1 |
| pypi       | openai  | 1.32.1 | 1.51.1 |
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent bab2dcd commit e8e2a04
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 @@ -11,7 +11,7 @@ readme = "README.md"
license = { file = "LICENSE" }

dependencies = [ # Dev dependencies needed for all of LeapfrogAI
"openai == 1.32.1",
"openai ==1.51.1",
"pip-tools == 7.3.0",
"httpx == 0.27.2",
"ruff == 0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.13.1"
dependencies = [
"fastapi == 0.109.1",
"pydantic == 2.8.2",
"openai == 1.32.1",
"openai ==1.51.1",
"uvicorn == 0.23.2",
"docx2txt == 0.8",
"python-multipart ==0.0.10", #indirect dep of FastAPI to receive form data for file uploads
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_evals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.13.1"

dependencies = [
"deepeval == 1.3.0",
"openai == 1.45.0",
"openai ==1.51.1",
"tqdm == 4.66.5",
"python-dotenv == 1.0.1",
"seaborn == 0.13.2",
Expand Down

0 comments on commit e8e2a04

Please sign in to comment.