Skip to content

Commit

Permalink
fix: make packaging version flexible (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann authored Sep 5, 2024
1 parent 6f543d3 commit ca52fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openai = { version = ">=0.27.8", optional = true }
wrapt = "^1.14"
langchain = { version = ">=0.0.309", optional = true }
llama-index = {version = ">=0.10.12, <2.0.0", optional = true}
packaging = "23.2"
packaging = ">=23.2,<25.0"
idna = "^3.7"
anyio = "^4.4.0"

Expand Down

0 comments on commit ca52fbf

Please sign in to comment.