We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c82cc commit 9a7f65eCopy full SHA for 9a7f65e
pyproject.toml
@@ -39,10 +39,10 @@ Changelog = "https://github.com/googleapis/llama-index-alloydb-pg-python/blob/ma
39
test = [
40
"black[jupyter]==25.1.0",
41
"isort==6.0.1",
42
- "mypy==1.16.0",
+ "mypy==1.16.1",
43
"pytest-asyncio==1.0.0",
44
- "pytest==8.4.0",
45
- "pytest-cov==6.1.1",
+ "pytest==8.4.1",
+ "pytest-cov==6.2.1",
46
"pytest-depends==1.0.1",
47
]
48
requirements.txt
@@ -1,4 +1,4 @@
1
google-cloud-alloydb-connector[asyncpg]==1.9.0
2
-llama-index-core==0.12.41
+llama-index-core==0.12.42
3
pgvector==0.4.1
4
SQLAlchemy[asyncio]==2.0.41
0 commit comments