mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 09:04:03 +00:00
release(huggingface): 0.3.1 (#32177)
This commit is contained in:
parent
58768d8aef
commit
64dac1faf7
@ -12,7 +12,7 @@ dependencies = [
|
||||
"huggingface-hub>=0.30.2",
|
||||
]
|
||||
name = "langchain-huggingface"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "An integration package connecting Hugging Face and LangChain."
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -925,7 +925,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.3.68"
|
||||
version = "0.3.70"
|
||||
source = { editable = "../../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
@ -941,7 +941,7 @@ dependencies = [
|
||||
requires-dist = [
|
||||
{ name = "jsonpatch", specifier = ">=1.33,<2.0" },
|
||||
{ name = "langsmith", specifier = ">=0.3.45" },
|
||||
{ name = "packaging", specifier = ">=23.2,<25" },
|
||||
{ name = "packaging", specifier = ">=23.2" },
|
||||
{ name = "pydantic", specifier = ">=2.7.4" },
|
||||
{ name = "pyyaml", specifier = ">=5.3" },
|
||||
{ name = "tenacity", specifier = ">=8.1.0,!=8.4.0,<10.0.0" },
|
||||
@ -983,7 +983,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-huggingface"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "huggingface-hub" },
|
||||
|
Loading…
Reference in New Issue
Block a user