From 124296d98c84d3a412a864f30c4e1ee3b2106561 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:39:26 +0000 Subject: [PATCH 1/2] chore(main): release 0.10.0 --- CHANGELOG.md | 7 +++++++ src/langchain_google_spanner/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d02df0..85cf655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.9.1...v0.10.0) (2026-07-21) + + +### Bug Fixes + +* Run lint check on python 3.11 ([d69f250](https://github.com/googleapis/langchain-google-spanner-python/commit/d69f250156c778bb3ec7112ff26316239a4681e7)) + ## [0.9.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.9.0...v0.9.1) (2026-07-17) **Note that this is the latest release which removes langchain-community dependency but still not updating langchain packages to v1, so still Python 3.9 compatible.** diff --git a/src/langchain_google_spanner/version.py b/src/langchain_google_spanner/version.py index 2beb1a3..3640c11 100644 --- a/src/langchain_google_spanner/version.py +++ b/src/langchain_google_spanner/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.9.1" +__version__ = "0.10.0" From 4e3794410de928978641aea36711b356bc6bcf7c Mon Sep 17 00:00:00 2001 From: lcjin-del Date: Tue, 21 Jul 2026 06:44:36 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md on v0.10.0 release notes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cf655..ed8e485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes -* Run lint check on python 3.11 ([d69f250](https://github.com/googleapis/langchain-google-spanner-python/commit/d69f250156c778bb3ec7112ff26316239a4681e7)) +* Upgrade Langchain related library to v1 and above. Deprecate Python 3.9 and add Python 3.13 support. (https://github.com/googleapis/langchain-google-spanner-python/pull/248) ## [0.9.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.9.0...v0.9.1) (2026-07-17)