Skip to content

Commit

Permalink
Merge branch 'main' into renovate/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch committed May 20, 2024
2 parents 3929a1d + 07be20b commit 6b3ddb6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
assign_issues:
- googleapis/langchain-alloydb
assign_prs:
- googleapis/langchain-alloydb
1 change: 1 addition & 0 deletions .github/header-checker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sourceFileExtensions:
- "py"
- "text"
ignoreFiles:
- ".github/blunderbuss.yml"
- ".github/release-please.yml"
- ".github/release-trigger.yml"
- ".github/header-checker-lint.yml"
Expand Down
6 changes: 3 additions & 3 deletions .kokoro/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6b3ddb6

Please sign in to comment.