From 1cf546946175e73678760651c8e56ebf5037c38d Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 28 May 2024 14:26:02 -0700 Subject: [PATCH] fix pypi links --- libs/ai-endpoints/pyproject.toml | 10 +++++----- libs/trt/pyproject.toml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libs/ai-endpoints/pyproject.toml b/libs/ai-endpoints/pyproject.toml index ebbc7821..8148b794 100644 --- a/libs/ai-endpoints/pyproject.toml +++ b/libs/ai-endpoints/pyproject.toml @@ -4,11 +4,11 @@ version = "0.0.19" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md" -repository = "https://github.com/langchain-ai/langchain" +repository = "https://github.com/langchain-ai/langchain-nvidia" license = "MIT" [tool.poetry.urls] -"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-ai-endpoints" +"Source Code" = "https://github.com/langchain-ai/langchain-nvidia/tree/main/libs/ai-endpoints" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" @@ -26,7 +26,7 @@ pytest-mock = "^3.10.0" syrupy = "^4.0.2" pytest-watcher = "^0.3.4" pytest-asyncio = "^0.21.1" -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } requests-mock = "^1.11.0" faker = "^24.4.0" @@ -52,13 +52,13 @@ ruff = "^0.1.5" mypy = "^0.991" types-requests = "^2.31.0.10" types-pillow = "^10.2.0.20240125" -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.poetry.group.dev] optional = true [tool.poetry.group.dev.dependencies] -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.ruff.lint] select = [ diff --git a/libs/trt/pyproject.toml b/libs/trt/pyproject.toml index c2bd87bc..890288b9 100644 --- a/libs/trt/pyproject.toml +++ b/libs/trt/pyproject.toml @@ -4,11 +4,11 @@ version = "0.0.1" description = "An integration package connecting TritonTensorRT and LangChain" authors = [] readme = "README.md" -repository = "https://github.com/langchain-ai/langchain" +repository = "https://github.com/langchain-ai/langchain-nvidia" license = "MIT" [tool.poetry.urls] -"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-trt" +"Source Code" = "https://github.com/langchain-ai/langchain-nvidia/tree/main/libs/trt" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" @@ -28,7 +28,7 @@ pytest-mock = "^3.10.0" syrupy = "^4.0.2" pytest-watcher = "^0.3.4" pytest-asyncio = "^0.21.1" -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.poetry.group.codespell] optional = true @@ -49,13 +49,13 @@ ruff = "^0.1.5" [tool.poetry.group.typing.dependencies] mypy = "^0.991" -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.poetry.group.dev] optional = true [tool.poetry.group.dev.dependencies] -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.ruff.lint] select = [