Skip to content

Commit

Permalink
Added Jinja2 as a dependency (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk authored Oct 17, 2024
1 parent 4b63d4e commit 52982f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "instructor"
version = "1.6.0"
version = "1.6.1"
description = "structured outputs for llm"
authors = ["Jason Liu <[email protected]>"]
license = "MIT"
Expand All @@ -19,6 +19,7 @@ aiohttp = "^3.9.1"
tenacity = ">=9.0.0,<10.0.0"
pydantic-core = "^2.18.0"
jiter = "^0.5.0"
jinja2 = "^3.1.4"

# dependency versions for extras
fastapi = { version = "^0.109.2", optional = true }
Expand Down

0 comments on commit 52982f3

Please sign in to comment.