We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb296ba + 4595b90 commit 81a8587Copy full SHA for 81a8587
2 files changed
.github/workflows/schedule_reporter.yml
@@ -24,6 +24,6 @@ jobs:
24
issues: 'write'
25
checks: 'read'
26
contents: 'read'
27
- uses: googleapis/langchain-google-alloydb-pg-python/.github/workflows/cloud_build_failure_reporter.yml@b2d08a014c1fa4e6d18a72b6002eeb218d64a473
+ uses: googleapis/langchain-google-alloydb-pg-python/.github/workflows/cloud_build_failure_reporter.yml@481480d557f870748371cbeef821ea94a2d6c01e
28
with:
29
trigger_names: "integration-test-nightly,continuous-test-on-merge"
requirements.txt
@@ -1,4 +1,4 @@
1
cloud-sql-python-connector[asyncpg]==1.18.5
2
-llama-index-core==0.14.4
+llama-index-core==0.14.5
3
pgvector==0.4.1
4
-SQLAlchemy[asyncio]==2.0.43
+SQLAlchemy[asyncio]==2.0.44
0 commit comments