Skip to content

Commit 05f8dad

Browse files
committed
update dependencies
1 parent cdd6262 commit 05f8dad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/titiler/application/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
inst_reqs = [
99
"rio-cogeo>=3.1,<4.0",
10-
"titiler.core>=0.4,<0.5",
11-
"titiler.mosaic>=0.4,<0.5",
10+
"titiler.core>=0.5,<0.6",
11+
"titiler.mosaic>=0.5,<0.6",
1212
"starlette-cramjam>=0.1.0,<0.2",
1313
"python-dotenv",
1414
]

src/titiler/mosaic/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open("README.md") as f:
66
long_description = f.read()
77

8-
inst_reqs = ["titiler.core>=0.4,<0.5", "cogeo-mosaic>=4.1,<4.2"]
8+
inst_reqs = ["titiler.core>=0.5,<0.6", "cogeo-mosaic>=4.1,<4.2"]
99
extra_reqs = {
1010
"test": ["pytest", "pytest-cov", "pytest-asyncio", "requests"],
1111
}

0 commit comments

Comments
 (0)