mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
nvidia-ai-endpoints[patch]: release 0.0.3 (#17345)
This commit is contained in:
841
libs/partners/nvidia-ai-endpoints/poetry.lock
generated
841
libs/partners/nvidia-ai-endpoints/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-nvidia-ai-endpoints"
|
name = "langchain-nvidia-ai-endpoints"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
description = "An integration package connecting NVIDIA AI Endpoints and LangChain"
|
description = "An integration package connecting NVIDIA AI Endpoints and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -25,7 +25,7 @@ pytest-mock = "^3.10.0"
|
|||||||
syrupy = "^4.0.2"
|
syrupy = "^4.0.2"
|
||||||
pytest-watcher = "^0.3.4"
|
pytest-watcher = "^0.3.4"
|
||||||
pytest-asyncio = "^0.21.1"
|
pytest-asyncio = "^0.21.1"
|
||||||
langchain-core = {path = "../../core", develop = true}
|
langchain-core = { path = "../../core", develop = true }
|
||||||
|
|
||||||
[tool.poetry.group.codespell]
|
[tool.poetry.group.codespell]
|
||||||
optional = true
|
optional = true
|
||||||
@@ -46,7 +46,7 @@ ruff = "^0.1.5"
|
|||||||
|
|
||||||
[tool.poetry.group.typing.dependencies]
|
[tool.poetry.group.typing.dependencies]
|
||||||
mypy = "^0.991"
|
mypy = "^0.991"
|
||||||
langchain-core = {path = "../../core", develop = true}
|
langchain-core = { path = "../../core", develop = true }
|
||||||
types-requests = "^2.31.0.10"
|
types-requests = "^2.31.0.10"
|
||||||
types-pillow = "^10.2.0.20240125"
|
types-pillow = "^10.2.0.20240125"
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ types-pillow = "^10.2.0.20240125"
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
langchain-core = {path = "../../core", develop = true}
|
langchain-core = { path = "../../core", develop = true }
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = [
|
select = [
|
||||||
@@ -68,9 +68,7 @@ disallow_untyped_defs = "True"
|
|||||||
exclude = ["notebooks", "examples", "example_data", "langchain_core/pydantic"]
|
exclude = ["notebooks", "examples", "example_data", "langchain_core/pydantic"]
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
omit = [
|
omit = ["tests/*"]
|
||||||
"tests/*",
|
|
||||||
]
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
Reference in New Issue
Block a user