Skip to content

Commit

Permalink
[CHORE] bump hnswlib (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jul 22, 2024
1 parent b6ebe5c commit 7d45780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
dependencies = [
'build >= 1.0.3',
'pydantic >= 1.9',
'chroma-hnswlib==0.7.5',
'chroma-hnswlib==0.7.6',
'fastapi >= 0.95.2',
'uvicorn[standard] >= 0.18.3',
'numpy >= 1.22.5, < 2.0.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bcrypt>=4.0.1
chroma-hnswlib==0.7.5
chroma-hnswlib==0.7.6
fastapi>=0.95.2
graphlib_backport==1.0.3; python_version < '3.9'
grpcio>=1.58.0
Expand Down

0 comments on commit 7d45780

Please sign in to comment.