We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae03ce commit 2793f34Copy full SHA for 2793f34
llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/pyproject.toml
@@ -27,13 +27,13 @@ exclude = ["**/BUILD"]
27
license = "MIT"
28
name = "llama-index-vector-stores-postgres"
29
readme = "README.md"
30
-version = "0.3.3"
+version = "0.4.0"
31
32
[tool.poetry.dependencies]
33
python = ">=3.9,<4.0"
34
-pgvector = "^0.3.6"
35
-psycopg2-binary = "^2.9.9"
36
-asyncpg = "^0.29.0"
+pgvector = ">=0.3.6,<1.0.0"
+psycopg2-binary = ">=2.9.9,<3.0.0"
+asyncpg = ">=0.29.0,<1.0.0"
37
llama-index-core = "^0.12.0"
38
39
[tool.poetry.dependencies.sqlalchemy]
0 commit comments