Skip to content

Commit

Permalink
Pin jinja2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Feb 25, 2022
1 parent 893d6f5 commit 99a7204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/eoapi/raster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

inst_reqs = [
"titiler.pgstac==0.1.0a3",
"jinja2>=2.11.2,<3.0.0",
"jinja2>=3.0,<4.0",
"starlette-cramjam>=0.1.0,<0.2",
"importlib_resources>=1.1.0;python_version<'3.9'",
]
Expand Down
2 changes: 1 addition & 1 deletion src/eoapi/stac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"stac-fastapi.types~=2.3",
"stac-fastapi.extensions~=2.3",
"stac-fastapi.pgstac~=2.3",
"jinja2>=2.11.2,<3.0.0",
"jinja2>=3.0,<4.0",
"starlette-cramjam>=0.1.0.a0,<0.2",
"importlib_resources>=1.1.0;python_version<'3.9'",
]
Expand Down
2 changes: 1 addition & 1 deletion src/eoapi/vector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"asyncpg",
"stac-pydantic~=2.0",
"geojson-pydantic>=0.3.1,<0.4",
"jinja2>=2.11.2,<3.0.0",
"jinja2>=3.0,<4.0",
"importlib_resources>=1.1.0;python_version<'3.9'",
]

Expand Down

0 comments on commit 99a7204

Please sign in to comment.