From dcb4bf02262a0353b0a1a04ffd8fb4cc70bdcc17 Mon Sep 17 00:00:00 2001 From: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:02:02 -0500 Subject: [PATCH] Fix repo source (#5) * Fix errors in docs * Fix repo source URLs --- libs/kuzu/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/kuzu/pyproject.toml b/libs/kuzu/pyproject.toml index f04ae6c..9bb422d 100644 --- a/libs/kuzu/pyproject.toml +++ b/libs/kuzu/pyproject.toml @@ -1,15 +1,15 @@ [tool.poetry] name = "langchain-kuzu" -version = "0.1.0" +version = "0.2.0" description = "An integration package connecting Kùzu, an embedded graph database, and LangChain" authors = ["prrao87", "mewim"] readme = "README.md" -repository = "https://github.com/langchain-ai/langchain-kuzu" +repository = "https://github.com/kuzudb/langchain-kuzu" license = "MIT" [tool.poetry.urls] -"Source Code" = "https://github.com/langchain-ai/langchain-kuzu/tree/main/libs/kuzu" -"Release Notes" = "https://github.com/langchain-ai/langchain-kuzu/releases" +"Source Code" = "https://github.com/kuzudb/langchain-kuzu/tree/main/libs/kuzu" +"Release Notes" = "https://github.com/kuzudb/langchain-kuzu/releases" [tool.poetry.dependencies] python = ">=3.9,<4.0"