Skip to content

Commit

Permalink
upgrade openai, allow python ^3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 10, 2023
1 parent 16b9ebf commit 44ae968
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 26 deletions.
139 changes: 115 additions & 24 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9.0"
python = "^3.9"
ipython = ">=7.0.0"
openai = "^1.1.1"
openai = "^1.2.2"
pydantic = "^2.4.2"
vdom = "^1.0.0"
deprecation = "^2.1.0"
Expand Down

0 comments on commit 44ae968

Please sign in to comment.