Skip to content

Commit

Permalink
Update pgvector dependency to version 0.3.6 (#17195)
Browse files Browse the repository at this point in the history
* Update pgvector dependency to version 0.3.6 in pyproject.toml

* Bump version

---------

Co-authored-by: Massimiliano Pippi <[email protected]>
  • Loading branch information
iamarunbrahma and masci authored Dec 9, 2024
1 parent 37b3403 commit 4032456
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-vector-stores-postgres"
readme = "README.md"
version = "0.3.2"
version = "0.3.3"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
pgvector = "^0.2.4"
pgvector = "^0.3.6"
psycopg2-binary = "^2.9.9"
asyncpg = "^0.29.0"
llama-index-core = "^0.12.0"
Expand Down

0 comments on commit 4032456

Please sign in to comment.