Skip to content

Commit

Permalink
fix: allow newer Pydantic patch versions (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencrouse committed May 1, 2024
1 parent 6491aec commit 1cc47bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
17 changes: 2 additions & 15 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "instructor"
version = "1.2.4"
version = "1.2.5"
description = "structured outputs for llm"
authors = ["Jason Liu <jason@jxnl.co>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/jxnl/instructor"
[tool.poetry.dependencies]
python = "^3.9"
openai = "^1.1.0"
pydantic = "2.7.0"
pydantic = "^2.7.0"
docstring-parser = "^0.16"
typer = ">=0.9.0,<1.0.0"
rich = "^13.7.0"
Expand Down

0 comments on commit 1cc47bc

Please sign in to comment.