release(huggingface): 1.0.1 (#33803)

This commit is contained in:
ccurme
2025-11-03 14:49:52 -05:00
committed by GitHub
parent 0e36185933
commit 2f67f9ddcb
2 changed files with 8 additions and 6 deletions

View File

@@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0,<2.0.0",
"langchain-core>=1.0.3,<2.0.0",
"tokenizers>=0.19.1,<1.0.0",
"huggingface-hub>=0.33.4,<1.0.0",
]
name = "langchain-huggingface"
version = "1.0.0"
version = "1.0.1"
description = "An integration package connecting Hugging Face and LangChain."
readme = "README.md"

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -904,7 +904,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.0"
version = "1.0.3"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -938,6 +938,7 @@ test = [
{ name = "blockbuster", specifier = ">=1.5.18,<1.6.0" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
{ name = "grandalf", specifier = ">=0.8.0,<1.0.0" },
{ name = "langchain-model-profiles", directory = "../../model-profiles" },
{ name = "langchain-tests", directory = "../../standard-tests" },
{ name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.4" },
{ name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" },
@@ -954,6 +955,7 @@ test = [
]
test-integration = []
typing = [
{ name = "langchain-model-profiles", directory = "../../model-profiles" },
{ name = "langchain-text-splitters", directory = "../../text-splitters" },
{ name = "mypy", specifier = ">=1.18.1,<1.19.0" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
@@ -962,7 +964,7 @@ typing = [
[[package]]
name = "langchain-huggingface"
version = "1.0.0"
version = "1.0.1"
source = { editable = "." }
dependencies = [
{ name = "huggingface-hub" },
@@ -1040,7 +1042,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.0.0"
version = "1.0.1"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },