Skip to content

Commit

Permalink
feat: Update aiofiles dependency to loosen version control
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Jul 11, 2024
1 parent 5ff8d4e commit af7ed1a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions backend/core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ httpx = "^0.27.0"
faiss-cpu = { version = "^1.8.0.post1", optional = true }
langchain-community = { version = "^0.2.6", optional = true }
langchain-openai = { version = "^0.1.14", optional = true }
aiofiles = "^24.1.0"
aiofiles = ">=23.0.0,<25.0.0"

[tool.poetry.extras]
base = ["langchain-community", "faiss-cpu", "langchain-openai"]
Expand Down

0 comments on commit af7ed1a

Please sign in to comment.