1 parent 50592c6 commit bf2d95cCopy full SHA for bf2d95c
2 files changed
pyproject.toml
@@ -38,10 +38,10 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
38
39
[project.optional-dependencies]
40
test = [
41
- "black[jupyter]==26.3.1",
+ "black[jupyter]==26.5.1",
42
"isort==8.0.1",
43
- "mypy==2.0.0",
44
- "pytest-asyncio==1.3.0",
+ "mypy==2.1.0",
+ "pytest-asyncio==1.4.0",
45
"pytest==9.0.3",
46
"pytest-cov==7.1.0"
47
]
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.3
+llama-index-core==0.14.22
3
pgvector==0.4.2
4
-SQLAlchemy[asyncio]==2.0.49
+SQLAlchemy[asyncio]==2.0.50
0 commit comments