From 975214581201fa9bb10e695b5fbca1c94802f051 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 May 2024 22:18:10 +0200 Subject: [PATCH 1/3] chore(deps): update python-nonmajor (#126) * chore(deps): update python-nonmajor * Update pyproject.toml --------- Co-authored-by: Averi Kitsch --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 16335cef..2f2825b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -google-cloud-alloydb-connector[asyncpg]==1.1.0 -langchain-core==0.1.48 -langchain-community==0.0.36 +google-cloud-alloydb-connector[asyncpg]==1.1.1 +langchain-core==0.1.52 +langchain-community==0.0.38 numpy===1.24.4; python_version <= "3.8" numpy==1.26.4; python_version > "3.8" pgvector==0.2.5 -SQLAlchemy[asyncio]==2.0.29 +SQLAlchemy[asyncio]==2.0.30 From 1a2d2efa7346341a1d3147aba9037f9e212c2028 Mon Sep 17 00:00:00 2001 From: Wenxin Du <117315983+duwenxin99@users.noreply.github.com> Date: Mon, 20 May 2024 16:41:25 -0400 Subject: [PATCH 2/3] ci: Add blunderbuss config (#131) * ci: Add blunderbuss config * ignore header check * add newline * add pr assignment --------- Co-authored-by: Averi Kitsch --- .github/blunderbuss.yml | 4 ++++ .github/header-checker-lint.yml | 1 + DEVELOPER.md | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .github/blunderbuss.yml diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml new file mode 100644 index 00000000..ea7e356a --- /dev/null +++ b/.github/blunderbuss.yml @@ -0,0 +1,4 @@ +assign_issues: + - googleapis/langchain-alloydb +assign_prs: + - googleapis/langchain-alloydb diff --git a/.github/header-checker-lint.yml b/.github/header-checker-lint.yml index 48f2111c..670299df 100644 --- a/.github/header-checker-lint.yml +++ b/.github/header-checker-lint.yml @@ -11,6 +11,7 @@ sourceFileExtensions: - "py" - "text" ignoreFiles: + - ".github/blunderbuss.yml" - ".github/release-please.yml" - ".github/release-trigger.yml" - ".github/header-checker-lint.yml" diff --git a/DEVELOPER.md b/DEVELOPER.md index dda3e6b5..022264a8 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -59,7 +59,7 @@ substitutions: _VERSION: "3.8" ``` -Use `gcloud builds triggers import --source=trigger.yaml` create triggers via the command line +Use `gcloud builds triggers import --source=trigger.yaml` to create triggers via the command line #### Project Setup @@ -82,7 +82,7 @@ To run Cloud Build tests on GitHub from external contributors, ie RenovateBot, c #### Code Coverage Please make sure your code is fully tested. The Cloud Build integration tests are run with the `pytest-cov` code coverage plugin. They fail for PRs with a code coverage less than the threshold specified in `.coveragerc`. If your file is inside the main module and should be ignored by code coverage check, add it to the `omit` section of `.coveragerc`. -Check for code coverage report any Cloud Build integration test log. +Check for code coverage report in any Cloud Build integration test log. Here is a breakdown of the report: - `Stmts`: lines of executable code (statements). - `Miss`: number of lines not covered by tests. From 07be20b6a9597f98351118e7275f0c7a33d3df14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:42:57 -0700 Subject: [PATCH 3/3] chore(deps): bump requests from 2.31.0 to 2.32.0 in /.kokoro (#136) updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .kokoro/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt index a9af40c5..7788feeb 100644 --- a/.kokoro/requirements.txt +++ b/.kokoro/requirements.txt @@ -454,9 +454,9 @@ readme-renderer==42.0 \ --hash=sha256:13d039515c1f24de668e2c93f2e877b9dbe6c6c32328b90a40a49d8b2b85f36d \ --hash=sha256:2d55489f83be4992fe4454939d1a051c33edbab778e82761d060c9fc6b308cd1 # via twine -requests==2.31.0 \ - --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \ - --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 +requests==2.32.0 \ + --hash=sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5 \ + --hash=sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8 # via # gcp-releasetool # google-api-core