From 168674dd2af62ece304b3c2f3f813434e3492d98 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" <215916821+open-swe[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:02:51 -0400 Subject: [PATCH] chore: update x links to langchain_oss (#7645) ## Description Updates the X/Twitter social links to point to the new `@langchain_oss` account across README badges and Python package metadata. ## Test Plan - [ ] Verify README badges and package metadata point to `@langchain_oss` on X _Opened collaboratively by Mason Daugherty and open-swe._ --------- Co-authored-by: open-swe[bot] Co-authored-by: Mason Daugherty <61371264+mdrxy@users.noreply.github.com> Co-authored-by: Mason Daugherty --- README.md | 2 +- libs/checkpoint-postgres/pyproject.toml | 2 +- libs/checkpoint-sqlite/pyproject.toml | 2 +- libs/checkpoint/pyproject.toml | 2 +- libs/cli/pyproject.toml | 2 +- libs/langgraph/README.md | 2 +- libs/langgraph/pyproject.toml | 2 +- libs/prebuilt/pyproject.toml | 2 +- libs/sdk-py/pyproject.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 64a89b3d7..9c44e66cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ PyPI - License PyPI - Downloads Version - Twitter / X + Twitter / X
diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index e6f53189d..f084f8b22 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.urls] Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-postgres" -Twitter = "https://x.com/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/" diff --git a/libs/checkpoint-sqlite/pyproject.toml b/libs/checkpoint-sqlite/pyproject.toml index aa5877796..39bfc07aa 100644 --- a/libs/checkpoint-sqlite/pyproject.toml +++ b/libs/checkpoint-sqlite/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ [project.urls] Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-sqlite" -Twitter = "https://x.com/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/" diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index 8ed0bd3b5..6dd28f2e0 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.urls] Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint" -Twitter = "https://x.com/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 41e3ee547..424324315 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -29,7 +29,7 @@ inmem = [ [project.urls] Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli" -Twitter = "https://x.com/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/" diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index deb7adb15..b02d64015 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -18,7 +18,7 @@ Version Open Issues Docs - Twitter / X + Twitter / X
diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index d8664c6b6..b6bfa54c0 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -38,7 +38,7 @@ 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/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/" diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index ad4f5c3c1..0c658f7c5 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.urls] Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/prebuilt" -Twitter = "https://x.com/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/" diff --git a/libs/sdk-py/pyproject.toml b/libs/sdk-py/pyproject.toml index c856b2757..22f398e37 100644 --- a/libs/sdk-py/pyproject.toml +++ b/libs/sdk-py/pyproject.toml @@ -18,7 +18,7 @@ path = "langgraph_sdk/__init__.py" [project.urls] Source = "https://github.com/langchain-ai/langgraph/tree/main/libs/sdk-py" -Twitter = "https://x.com/LangChain" +Twitter = "https://x.com/langchain_oss" Slack = "https://www.langchain.com/join-community" Reddit = "https://www.reddit.com/r/LangChain/"