mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
release: v1.0.0 (#32567)
Co-authored-by: Mohammad Mohtashim <45242107+keenborder786@users.noreply.github.com> Co-authored-by: Caspar Broekhuizen <caspar@langchain.dev> Co-authored-by: ccurme <chester.curme@gmail.com> Co-authored-by: Christophe Bornet <cbornet@hotmail.com> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com> Co-authored-by: Sadra Barikbin <sadraqazvin1@yahoo.com> Co-authored-by: Vadym Barda <vadim.barda@gmail.com>
This commit is contained in:
@@ -5,13 +5,13 @@ build-backend = "pdm.backend"
|
||||
[project]
|
||||
authors = []
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.9.0,<4.0.0"
|
||||
requires-python = ">=3.10.0,<4.0.0"
|
||||
dependencies = [
|
||||
"ollama>=0.5.3,<1.0.0",
|
||||
"langchain-core>=0.3.76,<2.0.0",
|
||||
"ollama>=0.6.0,<1.0.0",
|
||||
"langchain-core>=1.0.0a6,<2.0.0",
|
||||
]
|
||||
name = "langchain-ollama"
|
||||
version = "0.3.9"
|
||||
version = "1.0.0a1"
|
||||
description = "An integration package connecting Ollama and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -42,9 +42,6 @@ langchain-tests = { path = "../../standard-tests", editable = true }
|
||||
[tool.mypy]
|
||||
disallow_untyped_defs = "True"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.format]
|
||||
docstring-code-format = true
|
||||
docstring-code-line-length = 100
|
||||
@@ -62,12 +59,14 @@ ignore = [
|
||||
"UP045", # pyupgrade: non-pep604-annotation-optional
|
||||
"FIX002", # TODOs
|
||||
"TD002", # TODO authors
|
||||
"TD003", # TODO missing url
|
||||
"TC002", # Incorrect type-checking block
|
||||
"TC003", # Incorrect type-checking block
|
||||
"PLR0912", # Too many branches
|
||||
"PLR0915", # Too many statements
|
||||
"C901", # Function too complex
|
||||
"FBT001", # Boolean function param
|
||||
"ERA001", # Commented-out code
|
||||
|
||||
# TODO
|
||||
"ANN401",
|
||||
|
||||
Reference in New Issue
Block a user