File tree Expand file tree Collapse file tree 7 files changed +32
-7
lines changed
Expand file tree Collapse file tree 7 files changed +32
-7
lines changed Original file line number Diff line number Diff 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 ]
2528test = [
Original file line number Diff line number Diff 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 ]
2427test = [
Original file line number Diff line number Diff 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 ]
2326test = [
Original file line number Diff line number Diff 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 ]
3134langgraph = " langgraph_cli.cli:cli"
Original file line number Diff line number Diff 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 ]
3946test = [
Original file line number Diff line number Diff 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 ]
3538test = [
Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ dependencies = [
2020path = " 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 ]
2629test = [
You can’t perform that action at this time.
0 commit comments