File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
inst_reqs = [
9
9
"titiler.pgstac==0.1.0a3" ,
10
- "jinja2>=2.11.2,< 3.0.0" ,
10
+ "jinja2>=3.0,<4 .0" ,
11
11
"starlette-cramjam>=0.1.0,<0.2" ,
12
12
"importlib_resources>=1.1.0;python_version<'3.9'" ,
13
13
]
Original file line number Diff line number Diff line change 10
10
"stac-fastapi.types~=2.3" ,
11
11
"stac-fastapi.extensions~=2.3" ,
12
12
"stac-fastapi.pgstac~=2.3" ,
13
- "jinja2>=2.11.2,< 3.0.0" ,
13
+ "jinja2>=3.0,<4 .0" ,
14
14
"starlette-cramjam>=0.1.0.a0,<0.2" ,
15
15
"importlib_resources>=1.1.0;python_version<'3.9'" ,
16
16
]
Original file line number Diff line number Diff line change 13
13
"asyncpg" ,
14
14
"stac-pydantic~=2.0" ,
15
15
"geojson-pydantic>=0.3.1,<0.4" ,
16
- "jinja2>=2.11.2,< 3.0.0" ,
16
+ "jinja2>=3.0,<4 .0" ,
17
17
"importlib_resources>=1.1.0;python_version<'3.9'" ,
18
18
]
19
19
You can’t perform that action at this time.
0 commit comments