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