mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
partners/huggingface: release 0.1.1 (#27691)
This commit is contained in:
parent
6d524e9566
commit
583808a7b8
5
.github/scripts/check_diff.py
vendored
5
.github/scripts/check_diff.py
vendored
@ -117,6 +117,11 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
|
|||||||
# declare deps in funny way
|
# declare deps in funny way
|
||||||
py_versions = ["3.9", "3.11"]
|
py_versions = ["3.9", "3.11"]
|
||||||
|
|
||||||
|
elif dir_ == "libs/partners/huggingface":
|
||||||
|
# huggingface tokenizers doesn't support 3.13 yet
|
||||||
|
# because of pep517 builds
|
||||||
|
py_versions = ["3.9", "3.12"]
|
||||||
|
|
||||||
elif dir_ in ["libs/community", "libs/langchain"] and job == "extended-tests":
|
elif dir_ in ["libs/community", "libs/langchain"] and job == "extended-tests":
|
||||||
# community extended test resolution in 3.12 is slow
|
# community extended test resolution in 3.12 is slow
|
||||||
# even in uv
|
# even in uv
|
||||||
|
2775
libs/partners/huggingface/poetry.lock
generated
2775
libs/partners/huggingface/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-huggingface"
|
name = "langchain-huggingface"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "An integration package connecting Hugging Face and LangChain"
|
description = "An integration package connecting Hugging Face and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
langchain-core = ">=0.3.0,<0.4"
|
langchain-core = "^0.3.13"
|
||||||
tokenizers = ">=0.19.1"
|
tokenizers = ">=0.19.1"
|
||||||
transformers = ">=4.39.0"
|
transformers = ">=4.39.0"
|
||||||
sentence-transformers = ">=2.6.0"
|
sentence-transformers = ">=2.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user