Fix anyio package version to avoid backwards compatibility issue with start_blocking_portal method

This commit is contained in:
sabaimran 2023-08-31 14:14:13 -07:00
parent 4854258047
commit 922222a813

View file

@ -60,6 +60,7 @@ dependencies = [
"requests >= 2.26.0",
"bs4 >= 0.0.1",
"gpt4all >= 1.0.7",
"anyio == 3.7.1",
]
dynamic = ["version"]