diff --git a/libs/partners/huggingface/poetry.lock b/libs/partners/huggingface/poetry.lock index 1c24b01db7f07..034b9111eb1fd 100644 --- a/libs/partners/huggingface/poetry.lock +++ b/libs/partners/huggingface/poetry.lock @@ -1118,7 +1118,7 @@ aiohttp = "^3.8.3" dataclasses-json = ">= 0.5.7, < 0.7" langchain = "^0.3.0.dev1" langchain-core = "^0.3.0.dev2" -langsmith = "^0.1.0" +langsmith = "^0.1.112" numpy = [ {version = ">=1,<2", markers = "python_version < \"3.12\""}, {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""}, @@ -1135,7 +1135,7 @@ url = "../../community" [[package]] name = "langchain-core" -version = "0.3.0.dev2" +version = "0.3.0.dev4" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1144,7 +1144,7 @@ develop = true [package.dependencies] jsonpatch = "^1.33" -langsmith = "^0.1.75" +langsmith = "^0.1.112" packaging = ">=23.2,<25" pydantic = "^2.7.4" PyYAML = ">=5.3" @@ -3414,11 +3414,6 @@ files = [ {file = "triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:34e509deb77f1c067d8640725ef00c5cbfcb2052a1a3cb6a6d343841f92624eb"}, {file = "triton-3.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bcbf3b1c48af6a28011a5c40a5b3b9b5330530c3827716b5fbf6d7adcc1e53e9"}, {file = "triton-3.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6e5727202f7078c56f91ff13ad0c1abab14a0e7f2c87e91b12b6f64f3e8ae609"}, - {file = "triton-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39b052da883351fdf6be3d93cedae6db3b8e3988d3b09ed221bccecfa9612230"}, - {file = "triton-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd34f19a8582af96e6291d4afce25dac08cb2a5d218c599163761e8e0827208e"}, - {file = "triton-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d5e10de8c011adeb7c878c6ce0dd6073b14367749e34467f1cff2bde1b78253"}, - {file = "triton-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8903767951bf86ec960b4fe4e21bc970055afc65e9d57e916d79ae3c93665e3"}, - {file = "triton-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41004fb1ae9a53fcb3e970745feb87f0e3c94c6ce1ba86e95fa3b8537894bef7"}, ] [package.dependencies] @@ -3663,4 +3658,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0b3a220713150a9a3e688b356a0cabdc7a4456122feb42bf7d857073815f9918" +content-hash = "ab774e0ccb40b389e92a260d142447d8bb6de876906d9b2f084fd7f16b8e7eee" diff --git a/libs/partners/huggingface/pyproject.toml b/libs/partners/huggingface/pyproject.toml index 2d07909512a07..3c46250be1163 100644 --- a/libs/partners/huggingface/pyproject.toml +++ b/libs/partners/huggingface/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-huggingface" -version = "0.0.3" +version = "0.1.0.dev1" description = "An integration package connecting Hugging Face and LangChain" authors = [] readme = "README.md" @@ -20,12 +20,11 @@ disallow_untyped_defs = "True" [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.0.dev" +langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true } tokenizers = ">=0.19.1" transformers = ">=4.39.0" sentence-transformers = ">=2.6.0" huggingface-hub = ">=0.23.0" -pydantic = ">=2,<3" [tool.ruff.lint] select = ["E", "F", "I", "T201"]