nvidia-ai-endpoints[patch]: release 0.0.3 (#17345)

This commit is contained in:
Erick Friis 2024-02-09 13:55:01 -08:00 committed by GitHub
parent 5f9ac6986e
commit 1c2facf88d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 435 additions and 426 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-nvidia-ai-endpoints"
version = "0.0.2"
version = "0.0.3"
description = "An integration package connecting NVIDIA AI Endpoints and LangChain"
authors = []
readme = "README.md"
@ -68,9 +68,7 @@ disallow_untyped_defs = "True"
exclude = ["notebooks", "examples", "example_data", "langchain_core/pydantic"]
[tool.coverage.run]
omit = [
"tests/*",
]
omit = ["tests/*"]
[build-system]
requires = ["poetry-core>=1.0.0"]