Skip to content

Commit

Permalink
core: release 0.3.34 (#29644)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Feb 6, 2025
1 parent 08b9eaa commit a91e58b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
]
name = "langchain-core"
version = "0.3.34rc2"
version = "0.3.34"
description = "Building applications with LLMs through composability"
readme = "README.md"

Expand Down
6 changes: 3 additions & 3 deletions libs/core/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/text-splitters/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ authors = []
license = {text = "MIT"}
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.34rc2",
"langchain-core<1.0.0,>=0.3.33",
]
name = "langchain-text-splitters"
version = "0.3.6rc2"
version = "0.3.5"
description = "LangChain text splitting utilities"
readme = "README.md"

Expand Down
6 changes: 3 additions & 3 deletions libs/text-splitters/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a91e58b

Please sign in to comment.