huggingface: release 0.1 (#26463)

This commit is contained in:
ccurme 2024-09-13 18:39:49 -04:00 committed by GitHub
parent f7ae12fa1f
commit 125c9896a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 13 deletions

View File

@ -1087,26 +1087,26 @@ test = ["ipykernel", "pre-commit", "pytest (<8)", "pytest-cov", "pytest-timeout"
[[package]] [[package]]
name = "langchain" name = "langchain"
version = "0.3.0.dev1" version = "0.3.0.dev2"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = "<4.0,>=3.9" python-versions = "<4.0,>=3.9"
files = [ files = [
{file = "langchain-0.3.0.dev1-py3-none-any.whl", hash = "sha256:a57ec978b48915cfdbf6f7a683bc7b7c8b8dba2bbb8646f821740f42670430e9"}, {file = "langchain-0.3.0.dev2-py3-none-any.whl", hash = "sha256:f84d318aed04a01a700659c90063a8f3cb0cf2c055d312ad6aaae177ab709963"},
{file = "langchain-0.3.0.dev1.tar.gz", hash = "sha256:27696f01e59aa772da082f5adff9d5f58b6edabe85392a54967456727c941362"}, {file = "langchain-0.3.0.dev2.tar.gz", hash = "sha256:08d6617518fee66163ae21f7dfb535bf336cfcfa9f3d91c25f0eace76355d50b"},
] ]
[package.dependencies] [package.dependencies]
aiohttp = ">=3.8.3,<4.0.0" aiohttp = ">=3.8.3,<4.0.0"
async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""} async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
langchain-core = ">=0.3.0.dev2,<0.4.0" langchain-core = ">=0.3.0.dev5,<0.4.0"
langchain-text-splitters = ">=0.3.0.dev1,<0.4.0" langchain-text-splitters = ">=0.3.0.dev1,<0.4.0"
langsmith = ">=0.1.17,<0.2.0" langsmith = ">=0.1.17,<0.2.0"
numpy = [ numpy = [
{version = ">=1,<2", markers = "python_version < \"3.12\""}, {version = ">=1,<2", markers = "python_version < \"3.12\""},
{version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""}, {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""},
] ]
pydantic = ">=1,<3" pydantic = ">=2.7.4,<3.0.0"
PyYAML = ">=5.3" PyYAML = ">=5.3"
requests = ">=2,<3" requests = ">=2,<3"
SQLAlchemy = ">=1.4,<3" SQLAlchemy = ">=1.4,<3"
@ -1114,7 +1114,7 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
[[package]] [[package]]
name = "langchain-community" name = "langchain-community"
version = "0.3.0.dev1" version = "0.3.0.dev2"
description = "Community contributed LangChain integrations." description = "Community contributed LangChain integrations."
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@ -1124,8 +1124,8 @@ develop = true
[package.dependencies] [package.dependencies]
aiohttp = "^3.8.3" aiohttp = "^3.8.3"
dataclasses-json = ">= 0.5.7, < 0.7" dataclasses-json = ">= 0.5.7, < 0.7"
langchain = "^0.3.0.dev1" langchain = "^0.3.0.dev2"
langchain-core = "^0.3.0.dev2" langchain-core = "^0.3.0.dev5"
langsmith = "^0.1.112" langsmith = "^0.1.112"
numpy = [ numpy = [
{version = ">=1,<2", markers = "python_version < \"3.12\""}, {version = ">=1,<2", markers = "python_version < \"3.12\""},
@ -1143,7 +1143,7 @@ url = "../../community"
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.0.dev4" version = "0.3.0"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@ -1154,7 +1154,10 @@ develop = true
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.1.117" langsmith = "^0.1.117"
packaging = ">=23.2,<25" packaging = ">=23.2,<25"
pydantic = "^2.7.4" pydantic = [
{version = ">=2.5.2,<3.0.0", markers = "python_full_version < \"3.12.4\""},
{version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""},
]
PyYAML = ">=5.3" PyYAML = ">=5.3"
tenacity = "^8.1.0,!=8.4.0" tenacity = "^8.1.0,!=8.4.0"
typing-extensions = ">=4.7" typing-extensions = ">=4.7"
@ -3660,4 +3663,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "ab774e0ccb40b389e92a260d142447d8bb6de876906d9b2f084fd7f16b8e7eee" content-hash = "935cfcef42083ca2d00fab8dc58837c2911041ea1526c684a54c4a1404648d39"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-huggingface" name = "langchain-huggingface"
version = "0.1.0.dev1" version = "0.1.0"
description = "An integration package connecting Hugging Face and LangChain" description = "An integration package connecting Hugging Face and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true } langchain-core = ">=0.3.0,<0.4"
tokenizers = ">=0.19.1" tokenizers = ">=0.19.1"
transformers = ">=4.39.0" transformers = ">=4.39.0"
sentence-transformers = ">=2.6.0" sentence-transformers = ">=2.6.0"