Skip to content

Commit 69f4398

Browse files
fix: adapt hishel breaking change
1 parent 1217585 commit 69f4398

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ grpcio-tools = "^1.78.0"
2323
pywidevine = {git = "https://github.com/WorldObservationLog/pywidevine"}
2424
creart = "^0.3.0"
2525
mutagen = "^1.47.0"
26-
hishel = "^1.1.9"
26+
hishel = {extras = ["async"], version = "^1.1.9"}
2727
async-lru = "^2.2.0"
2828
tabulate = "^0.10.0"
29+
anysqlite = "^0.0.5"
2930

3031

3132
[tool.poetry.group.server.dependencies]

0 commit comments

Comments
 (0)