core[patch]: Release 0.2.9 (#23091)

This commit is contained in:
Bagatur 2024-06-18 10:15:04 -07:00 committed by GitHub
parent 616d06d7fe
commit 01783d67fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.12.3"
runs-on: ubuntu-latest
defaults:
run:

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-core"
version = "0.2.8"
version = "0.2.9"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"