diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index a92d9b016..2405e818e 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -19,7 +19,10 @@ dependencies = [ ] [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-postgres" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = [ diff --git a/libs/checkpoint-sqlite/pyproject.toml b/libs/checkpoint-sqlite/pyproject.toml index 49aa1c7b1..02e1d58f3 100644 --- a/libs/checkpoint-sqlite/pyproject.toml +++ b/libs/checkpoint-sqlite/pyproject.toml @@ -18,7 +18,10 @@ dependencies = [ ] [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-sqlite" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = [ diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index 14aa7311e..473913432 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -17,7 +17,10 @@ dependencies = [ ] [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = [ diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 578a3501a..ed9218cb1 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -25,7 +25,10 @@ inmem = [ ] [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [project.scripts] langgraph = "langgraph_cli.cli:cli" diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index da94c4190..2bbdd86c8 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -32,8 +32,15 @@ dependencies = [ "pydantic>=2.7.4", ] + [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Homepage = "https://docs.langchain.com/oss/python/langgraph/overview" +Documentation = "https://reference.langchain.com/python/langgraph/" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/langgraph" +Changelog = "https://github.com/langchain-ai/langgraph/releases" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = [ diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index fcd6a0e25..121dec055 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -29,7 +29,10 @@ dependencies = [ ] [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/prebuilt" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = [ diff --git a/libs/sdk-py/pyproject.toml b/libs/sdk-py/pyproject.toml index 11605d93d..0f12172aa 100644 --- a/libs/sdk-py/pyproject.toml +++ b/libs/sdk-py/pyproject.toml @@ -20,7 +20,10 @@ dependencies = [ path = "langgraph_sdk/__init__.py" [project.urls] -Repository = "https://www.github.com/langchain-ai/langgraph" +Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/sdk-py" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = [