ollama[patch]: release 0.2.2 (#28456)

This commit is contained in:
ccurme 2024-12-02 14:57:30 -05:00 committed by GitHub
parent c953f93c54
commit 88d6d02b59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.20" version = "0.3.21"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-ollama" name = "langchain-ollama"
version = "0.2.2rc1" version = "0.2.2"
description = "An integration package connecting Ollama and LangChain" description = "An integration package connecting Ollama and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"