Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

* 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)

**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.**
Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_spanner/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading