github langchain-ai/langchain langchain-huggingface==1.0.0a1

Initial release

release(huggingface): 1.0.0a1 (#33536)
chore: more sweeping (#33533)
docs: update package READMEs (#33488)
style: llm -> model (#33423)
style: .. code-block:: admonition translations (#33400)
style: address Sphinx double-backtick snippet syntax (#33389)
style: remove more Optional syntax (#33371)
chore: drop UP045 (#33362)
style: monorepo pass for refs (#33359)
chore: enrich pyproject.toml files with links to new references, others (#33343)
chore: clean up pyproject.toml files, use core a7 (#33334)
chore(infra): pdm -> hatchling (#33289)
style: drop target-version = "py39" for OpenAI, Anthropic, HuggingFace (#33287)
docs: v1 docs updates (#33173)
release: v1.0.0 (#32567)
docs: more standardization (#33124)
chore: bump ruff version to 0.13 (#33043)
style: repo linting pass (#33089)
chore: update pyproject.toml files, remove codespell (#33028)
revert: "chore: remove ruff target-version" (#32895)
chore: remove ruff target-version (#32880)
fix(huggingface): fix typing in test_standard (#32863)
chore: adress pytest-asyncio deprecation warnings + other nits (#32696)
feat: port various nit changes from wip-v0.4 (#32506)
fix: formatting issues in docstrings (#32265)
feat(docs): improve devx, fix Makefile targets (#32237)
fix: LLM mimicking Unicode responses due to forced Unicode conversion of non-ASCII characters. (#32222)
fix(docs): capitalization, codeblock formatting, and hyperlinks, note blocks (#32235)
docs(openai): add comprehensive documentation and examples for extra_body + others (#32149)
fix: bump deps for release (#32179)
release(huggingface): 0.3.1 (#32177)
fix(huggingface): update model used in standard tests (#32116)
fix: bump lockfiles (#31923)
ruff: restore stacklevels, disable autofixing (#31919)
ruff: add bugbear across packages (#31917)
huggingface[patch]: ruff fixes and rules (#31912)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
huggingface: fix HuggingFaceEndpoint._astream() got multiple values for argument 'stop' (#31385)
langchain-huggingface[patch]: Add ruff bandit rules to linter (#31798)
huggingface: handle image-text-to-text pipeline task (#31611)
huggingface[patch]: bump transformers (#31559)
huggingface[patch]: bump core dep (#31558)
huggingface: 0.3.0 release (#31503)
huggingface[major]: Reduce disk footprint by 95% by making large dependencies optional (#31268)
huggingface: Undefined model_id fix (#31358)
huggingface: release 0.2 (#31153)
huggingface[patch]: update lockfile (#31152)
huggingface: fix embeddings return type (#31072)
partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Inference Providers and remove deprecated code (#30733)
packaging: remove Python upper bound for langchain and co libs (#31025)
ci: temporarily run chroma on 3.12 for CI (#31056)
partners: bug fix check_imports.py exit code. (#30897)
partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781)
partners: (langchain-huggingface) Embeddings - Integrate Inference Providers and remove deprecated code (#30735)
Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714)
multiple: fix uv path deps (#29790)
huggingface: Add ipex support to HuggingFaceEmbeddings (#29386)
infra: add UV_FROZEN to makefiles (#29642)
infra: migrate to uv (#29566)
partners: Fixed the procedure of initializing pad_token_id (#29500)
huggingface: Add IPEX models support (#29179)
multiple: disable socket for unit tests (#29080)
required tool_choice added for ChatHuggingFace (#28851)
partners: add 'model' alias for consistency in embedding classes (#28374)
huggingface: fix standard test lint (#28714)
huggingface: fix tool argument serialization in _convert_TGI_message_to_LC_message (#26075)
huggingface[fix]: HuggingFaceEndpointEmbeddings model parameter passing error when async embed (#27953)
standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203)
multiple: langchain-standard-tests -> langchain-tests (#28139)
standard-tests[patch]: add test for async tool calling (#28133)
langchain-huggingface: use separate kwargs for queries and docs (#27857)
integrations[patch]: bump core to 0.3.15 (#27805)
partners/huggingface[patch]: fix HuggingFacePipeline model_id parameter (#27514)
partners/huggingface: release 0.1.1 (#27691)
partners/HuggingFacePipeline[stream]: Change to use pipeline instead of pipeline.model.generate in stream() (#26531)
langchain_huggingface: Fix multiple GPU usage bug in from_model_id function (#23628)
huggingface[patch]: hide client field in HuggingFaceEmbeddings (#27522)
multiple: rely on asyncio_mode auto in tests (#27200)
Revert "huggingface[patch]: make HuggingFaceEndpoint serializable (#2… (#27032)
huggingface[patch]: xfail test (#27031)
huggingface[patch]: make HuggingFaceEndpoint serializable (#27027)
huggingface; fix huggingface_endpoint.py (initialize clients only with supported kwargs) (#26378)
huggingface[patch]: xfail test (#26479)
huggingface: release 0.1 (#26463)
multiple: pydantic 2 compatibility, v0.3 (#26443)
huggingface[patch]: add integration tests for embeddings (#26272)
huggingface[patch]: add integration tests (#26269)
standard-tests[patch]: add Ser/Des test
all: Improve make lint command (#25344)
huggingface: fix model param population (#24743)
huggingface[patch], pinecone[patch], fireworks[patch], mistralai[patch], voyageai[patch], togetherai[path]: convert Pydantic extras to literals (#25384)
core[patch], integrations[patch]: convert TypedDict to tool schema support (#24641)
all: add release notes to pypi (#24519)
[HuggingFace Pipeline] add streaming support (#23852)
huggingface: Fix huggingface tei support (#22653)
infra: update mypy 1.10, ruff 0.5 (#23721)
partners: support reading HuggingFace params from env (#23309)
[Community [HuggingFace]]: Small Fix for ChatHuggingFace. (#22925)
huggingface: docstrings (#23148)
huggingface[patch]: fix CI for python 3.12 (#23197)
docs: standardize ChatHuggingFace (#22693)
[Community]add option to delete the prompt from HF output (#22225)
huggingface: remove text-generation dep (#22543)
huggingface[patch]: release 0.0.2 (#22493)
huggingface[patch]: Support for HuggingFacePipeline in ChatHuggingFace. (#22194)
huggingface[patch]: Skip Login to HuggingFaceHub when token is not set (#22365)
docs: huggingface package (#21645)
huggingface: fix community dep checking (#21628)
huggingface: init package (#21097)

Don't miss a new langchain release

NewReleases is sending notifications on new releases.