Skip to content

Commit

Permalink
bump deps and increment version to 0.1.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 10, 2024
1 parent 6df9178 commit 4f0d9b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
13 changes: 4 additions & 9 deletions libs/partners/huggingface/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions libs/partners/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit 4f0d9b2

Please sign in to comment.