Skip to content

Commit 616a60d

Browse files
authored
Merge pull request #70 from openai/bound-jinja-dep
Constrain jinja2 dependency to <4
2 parents 3f5f102 + 540aa3f commit 616a60d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.4.0"
44
description = "A ChatKit backend SDK."
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
dependencies = ["pydantic", "uvicorn", "openai", "openai-agents>=0.3.2", "jinja2"]
7+
dependencies = ["pydantic", "uvicorn", "openai", "openai-agents>=0.3.2", "jinja2>=3.1,<4"]
88

99
[dependency-groups]
1010
dev = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)