release(huggingface): 0.3.1 (#32177)

This commit is contained in:
Mason Daugherty 2025-07-22 13:01:34 -04:00 committed by GitHub
parent 58768d8aef
commit 64dac1faf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
"huggingface-hub>=0.30.2", "huggingface-hub>=0.30.2",
] ]
name = "langchain-huggingface" name = "langchain-huggingface"
version = "0.3.0" version = "0.3.1"
description = "An integration package connecting Hugging Face and LangChain." description = "An integration package connecting Hugging Face and LangChain."
readme = "README.md" readme = "README.md"

View File

@ -925,7 +925,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.68" version = "0.3.70"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@ -941,7 +941,7 @@ dependencies = [
requires-dist = [ requires-dist = [
{ name = "jsonpatch", specifier = ">=1.33,<2.0" }, { name = "jsonpatch", specifier = ">=1.33,<2.0" },
{ name = "langsmith", specifier = ">=0.3.45" }, { name = "langsmith", specifier = ">=0.3.45" },
{ name = "packaging", specifier = ">=23.2,<25" }, { name = "packaging", specifier = ">=23.2" },
{ name = "pydantic", specifier = ">=2.7.4" }, { name = "pydantic", specifier = ">=2.7.4" },
{ name = "pyyaml", specifier = ">=5.3" }, { name = "pyyaml", specifier = ">=5.3" },
{ name = "tenacity", specifier = ">=8.1.0,!=8.4.0,<10.0.0" }, { name = "tenacity", specifier = ">=8.1.0,!=8.4.0,<10.0.0" },
@ -983,7 +983,7 @@ typing = [
[[package]] [[package]]
name = "langchain-huggingface" name = "langchain-huggingface"
version = "0.3.0" version = "0.3.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "huggingface-hub" }, { name = "huggingface-hub" },