diff --git a/pyproject.toml b/pyproject.toml index 2ce7016..5fbe2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ develop = [ ngr = [ ] nlp = [ - "aiohttp==3.9.0b1", + "aiohttp<3.10", "langchain", "unstructured<0.11", ]