diff --git a/libs/partners/huggingface/pyproject.toml b/libs/partners/huggingface/pyproject.toml index 7f3a687d015..203f85eb839 100644 --- a/libs/partners/huggingface/pyproject.toml +++ b/libs/partners/huggingface/pyproject.toml @@ -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" diff --git a/libs/partners/huggingface/uv.lock b/libs/partners/huggingface/uv.lock index fb18fb9d40f..ccbe221c367 100644 --- a/libs/partners/huggingface/uv.lock +++ b/libs/partners/huggingface/uv.lock @@ -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" },