release(huggingface): 1.2.0 (#34335)

This commit is contained in:
Mason Daugherty
2025-12-12 17:16:38 -05:00
committed by GitHub
parent 81758e22f3
commit 2f8af61218
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -961,7 +961,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.1.3"
version = "1.2.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -1021,7 +1021,7 @@ typing = [
[[package]]
name = "langchain-huggingface"
version = "1.1.0"
version = "1.2.0"
source = { editable = "." }
dependencies = [
{ name = "huggingface-hub" },
@@ -1101,7 +1101,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.0.2"
version = "1.1.0"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },