Skip to content

Commit 2793f34

Browse files
bump postgres deps (run-llama#17233)
1 parent 8ae03ce commit 2793f34

File tree

1 file changed

+4
-4
lines changed
  • llama-index-integrations/vector_stores/llama-index-vector-stores-postgres

1 file changed

+4
-4
lines changed

llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ exclude = ["**/BUILD"]
2727
license = "MIT"
2828
name = "llama-index-vector-stores-postgres"
2929
readme = "README.md"
30-
version = "0.3.3"
30+
version = "0.4.0"
3131

3232
[tool.poetry.dependencies]
3333
python = ">=3.9,<4.0"
34-
pgvector = "^0.3.6"
35-
psycopg2-binary = "^2.9.9"
36-
asyncpg = "^0.29.0"
34+
pgvector = ">=0.3.6,<1.0.0"
35+
psycopg2-binary = ">=2.9.9,<3.0.0"
36+
asyncpg = ">=0.29.0,<1.0.0"
3737
llama-index-core = "^0.12.0"
3838

3939
[tool.poetry.dependencies.sqlalchemy]

0 commit comments

Comments
 (0)