Skip to content

Commit

Permalink
Release 1.0.2 (#303)
Browse files Browse the repository at this point in the history
* Minor changes involving updates of many imports.
* De-serialization still only works with pydantic v1 only.
* Still using legacy chain so deprecation warning will be surfaced to
users on first use.
  • Loading branch information
eyurtsev committed Jul 12, 2024
1 parent 4949b7d commit 9a3afa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kor"
version = "1.0.1"
version = "1.0.2"
description = "Extract information with LLMs from text"
authors = ["Eugene Yurtsev <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9a3afa3

Please sign in to comment.