Skip to content

Commit 4ec92f9

Browse files
authored
chore: add pyproject.toml links (#6364)
1 parent 2b72953 commit 4ec92f9

File tree

7 files changed

+32
-7
lines changed

7 files changed

+32
-7
lines changed

libs/checkpoint-postgres/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ dependencies = [
1919
]
2020

2121
[project.urls]
22-
Repository = "https://www.github.com/langchain-ai/langgraph"
22+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-postgres"
23+
Twitter = "https://x.com/LangChainAI"
24+
Slack = "https://www.langchain.com/join-community"
25+
Reddit = "https://www.reddit.com/r/LangChain/"
2326

2427
[dependency-groups]
2528
test = [

libs/checkpoint-sqlite/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ dependencies = [
1818
]
1919

2020
[project.urls]
21-
Repository = "https://www.github.com/langchain-ai/langgraph"
21+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-sqlite"
22+
Twitter = "https://x.com/LangChainAI"
23+
Slack = "https://www.langchain.com/join-community"
24+
Reddit = "https://www.reddit.com/r/LangChain/"
2225

2326
[dependency-groups]
2427
test = [

libs/checkpoint/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ dependencies = [
1717
]
1818

1919
[project.urls]
20-
Repository = "https://www.github.com/langchain-ai/langgraph"
20+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint"
21+
Twitter = "https://x.com/LangChainAI"
22+
Slack = "https://www.langchain.com/join-community"
23+
Reddit = "https://www.reddit.com/r/LangChain/"
2124

2225
[dependency-groups]
2326
test = [

libs/cli/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ inmem = [
2525
]
2626

2727
[project.urls]
28-
Repository = "https://www.github.com/langchain-ai/langgraph"
28+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli"
29+
Twitter = "https://x.com/LangChainAI"
30+
Slack = "https://www.langchain.com/join-community"
31+
Reddit = "https://www.reddit.com/r/LangChain/"
2932

3033
[project.scripts]
3134
langgraph = "langgraph_cli.cli:cli"

libs/langgraph/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,15 @@ dependencies = [
3232
"pydantic>=2.7.4",
3333
]
3434

35+
3536
[project.urls]
36-
Repository = "https://www.github.com/langchain-ai/langgraph"
37+
Homepage = "https://docs.langchain.com/oss/python/langgraph/overview"
38+
Documentation = "https://reference.langchain.com/python/langgraph/"
39+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/langgraph"
40+
Changelog = "https://github.com/langchain-ai/langgraph/releases"
41+
Twitter = "https://x.com/LangChainAI"
42+
Slack = "https://www.langchain.com/join-community"
43+
Reddit = "https://www.reddit.com/r/LangChain/"
3744

3845
[dependency-groups]
3946
test = [

libs/prebuilt/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ dependencies = [
2929
]
3030

3131
[project.urls]
32-
Repository = "https://www.github.com/langchain-ai/langgraph"
32+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/prebuilt"
33+
Twitter = "https://x.com/LangChainAI"
34+
Slack = "https://www.langchain.com/join-community"
35+
Reddit = "https://www.reddit.com/r/LangChain/"
3336

3437
[dependency-groups]
3538
test = [

libs/sdk-py/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ dependencies = [
2020
path = "langgraph_sdk/__init__.py"
2121

2222
[project.urls]
23-
Repository = "https://www.github.com/langchain-ai/langgraph"
23+
Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/sdk-py"
24+
Twitter = "https://x.com/LangChainAI"
25+
Slack = "https://www.langchain.com/join-community"
26+
Reddit = "https://www.reddit.com/r/LangChain/"
2427

2528
[dependency-groups]
2629
test = [

0 commit comments

Comments
 (0)