Skip to content

Commit b9b60a0

Browse files
committed
fix(eda): jinja2.markup import broken with 3.1
1 parent a1a1c29 commit b9b60a0

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

poetry.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sqlalchemy = "^1.4.32"
5050
# Dependencies for Connector
5151
aiohttp = "^3.6"
5252
ipywidgets = "^7.5"
53-
jinja2 = "^3"
53+
jinja2 = ">=3.0,<3.1"
5454
jsonpath-ng = "^1.5"
5555
pydantic = "^1.6"
5656
tqdm = "^4.48"

0 commit comments

Comments
 (0)