1 parent 97d1fe3 commit bdec6e4Copy full SHA for bdec6e4
2 files changed
pyproject.toml
@@ -40,7 +40,7 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
40
test = [
41
"black[jupyter]==26.3.1",
42
"isort==8.0.1",
43
- "mypy==1.20.1",
+ "mypy==1.20.2",
44
"pytest-asyncio==1.3.0",
45
"pytest==8.4.2",
46
"pytest-cov==7.1.0"
requirements.txt
@@ -1,4 +1,4 @@
1
-cloud-sql-python-connector[asyncpg]==1.20.1
2
-llama-index-core==0.14.20
+cloud-sql-python-connector[asyncpg]==1.20.2
+llama-index-core==0.14.21
3
pgvector==0.4.2
4
SQLAlchemy[asyncio]==2.0.49
0 commit comments