Upgrade typer (#90)

* upgrade typer

* lock

* bump version
This commit is contained in:
Jason Liu
2023-09-01 09:00:41 -07:00
committed by GitHub
parent 8a94b0f0a1
commit 63d2981d7a
2 changed files with 1739 additions and 2 deletions
Generated
+1737
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "instructor"
version = "0.2.5"
version = "0.2.6"
description = "Helper functions that allow us to improve openai's function_call ergonomics"
authors = ["Jason <jason@jxnl.co>"]
license = "MIT"
@@ -13,7 +13,7 @@ python = "^3.9"
openai = "^0.27.8"
pydantic = "^2.0.2"
docstring-parser = "^0.15"
typer = "^0.4.0"
typer = "^0.9.0"
[tool.poetry.scripts]
instructor = "instructor.cli.cli:app"