chore: enrich pyproject.toml files (#34980)

This commit is contained in:
Mason Daugherty
2026-02-02 10:07:05 -08:00
committed by GitHub
parent a2bed8f7f1
commit 5c018f5cd1
21 changed files with 320 additions and 62 deletions

View File

@@ -7,7 +7,18 @@ name = "langchain-huggingface"
description = "An integration package connecting Hugging Face and LangChain."
license = { text = "MIT" }
readme = "README.md"
authors = []
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.2.0"
requires-python = ">=3.10.0,<4.0.0"
@@ -20,7 +31,8 @@ dependencies = [
[project.urls]
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface"
Documentation = "https://reference.langchain.com/python/integrations/langchain_huggingface/"
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface"
Repository = "https://github.com/langchain-ai/langchain"
Issues = "https://github.com/langchain-ai/langchain/issues"
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22"
Twitter = "https://x.com/LangChain"
Slack = "https://www.langchain.com/join-community"