From eb6278462be320c98bc0fa8ccc3a0565b36cd9cd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 28 Oct 2024 19:26:11 +0100 Subject: [PATCH 1/2] fix(deps): update python-nonmajor (#72) Co-authored-by: Averi Kitsch --- pyproject.toml | 8 ++++---- requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1212be2..77e2547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ Changelog = "https://github.com/googleapis/langchain-google-datastore-python/blo [project.optional-dependencies] test = [ - "black[jupyter]==24.4.2", + "black[jupyter]==24.10.0", "isort==5.13.2", - "mypy==1.10.1", - "pytest-asyncio==0.23.7", - "pytest==8.2.2", + "mypy==1.13.0", + "pytest-asyncio==0.24.0", + "pytest==8.3.3", "pytest-cov==5.0.0" ] diff --git a/requirements.txt b/requirements.txt index 220cf6a..0ae73a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.3.0 -langchain-community==0.3.0 -google-cloud-datastore==2.19.0 -more_itertools==10.3.0 +langchain-core==0.3.13 +langchain-community==0.3.3 +google-cloud-datastore==2.20.1 +more_itertools==10.5.0 From af6fc5c96530f1504b2b8b9c2d82e9f9b8e7433e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:19:41 -0600 Subject: [PATCH 2/2] chore(main): release 0.3.1 (#77) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ src/langchain_google_datastore/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4df1f..e1f2ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.3.0...v0.3.1) (2024-10-28) + + +### Bug Fixes + +* **deps:** Update python-nonmajor ([#72](https://github.com/googleapis/langchain-google-datastore-python/issues/72)) ([eb62784](https://github.com/googleapis/langchain-google-datastore-python/commit/eb6278462be320c98bc0fa8ccc3a0565b36cd9cd)) + ## [0.3.0](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.2.0...v0.3.0) (2024-10-28) diff --git a/src/langchain_google_datastore/version.py b/src/langchain_google_datastore/version.py index 2b5d97a..74905ca 100644 --- a/src/langchain_google_datastore/version.py +++ b/src/langchain_google_datastore/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1"