mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Fix anyio package version to avoid backwards compatibility issue with start_blocking_portal method
This commit is contained in:
parent
4854258047
commit
922222a813
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ dependencies = [
|
|||
"requests >= 2.26.0",
|
||||
"bs4 >= 0.0.1",
|
||||
"gpt4all >= 1.0.7",
|
||||
"anyio == 3.7.1",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue