We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f6db2 commit 7bec4c3Copy full SHA for 7bec4c3
2 files changed
pyproject.toml
@@ -38,7 +38,7 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
38
39
[project.optional-dependencies]
40
test = [
41
- "black[jupyter]==26.3.0",
+ "black[jupyter]==26.3.1",
42
"isort==8.0.1",
43
"mypy==1.19.1",
44
"pytest-asyncio==1.3.0",
requirements.txt
@@ -1,4 +1,4 @@
1
-cloud-sql-python-connector[asyncpg]==1.20.0
2
-llama-index-core==0.14.15
+cloud-sql-python-connector[asyncpg]==1.20.1
+llama-index-core==0.14.17
3
pgvector==0.4.2
4
SQLAlchemy[asyncio]==2.0.48
0 commit comments