partners/huggingface: release 0.1.1 (#27691)

This commit is contained in:
Erick Friis
2024-10-28 13:39:38 -07:00
committed by GitHub
parent 6d524e9566
commit 583808a7b8
3 changed files with 1481 additions and 1303 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-huggingface"
version = "0.1.0"
version = "0.1.1"
description = "An integration package connecting Hugging Face and LangChain"
authors = []
readme = "README.md"
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = ">=0.3.0,<0.4"
langchain-core = "^0.3.13"
tokenizers = ">=0.19.1"
transformers = ">=4.39.0"
sentence-transformers = ">=2.6.0"