Skip to content

Commit

Permalink
chore(deps): update dependency openai to >=1.30,<1.43 (#148)
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 Aug 21, 2024
1 parent 669da9b commit 75a0ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dev": [
"duckdb>=0.9,<1.1",
"mypy>=1.10.0,<1.12",
"openai>=1.30,<1.42",
"openai>=1.30,<1.43",
"pandas>=2,<3",
"pandas-stubs>=2,<3",
"psycopg>=3.1,<4",
Expand All @@ -57,7 +57,7 @@
"pandas>=2,<3",
],
"openai": [
"openai>=1.30,<1.42",
"openai>=1.30,<1.43",
],
"pandas": [
"pandas>=2,<3",
Expand Down

0 comments on commit 75a0ee1

Please sign in to comment.