diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 5c4a051336d..c1010d7e6bf 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -20,12 +20,13 @@ description = "CLI for interacting with LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/cli" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-cli%3D%3D1%22" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/" +Documentation = "https://docs.langchain.com/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/cli" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-cli%3D%3D1%22" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [project.scripts] langchain = "langchain_cli.cli:app" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 2bdc304ea94..3968e2e252a 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -21,12 +21,13 @@ description = "Building applications with LLMs through composability" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/core" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-core%3D%3D1%22" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/" +Documentation = "https://reference.langchain.com/python/langchain_core/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/core" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-core%3D%3D1%22" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] lint = ["ruff>=0.13.1,<0.14.0"] diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 0d88fe3cd8b..6fe0bfad88a 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -41,12 +41,13 @@ xai = ["langchain-xai"] perplexity = ["langchain-perplexity"] [project.urls] -homepage = "https://docs.langchain.com/" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain" -changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/" +Documentation = "https://reference.langchain.com/python/langchain_classic/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22" +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/langchain_v1/pyproject.toml b/libs/langchain_v1/pyproject.toml index 7d032776036..46da2bf8c48 100644 --- a/libs/langchain_v1/pyproject.toml +++ b/libs/langchain_v1/pyproject.toml @@ -37,12 +37,13 @@ xai = ["langchain-xai"] perplexity = ["langchain-perplexity"] [project.urls] -homepage = "https://docs.langchain.com/" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain" -changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/" +Documentation = "https://reference.langchain.com/python/langchain/langchain/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22" +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/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 841be8344bd..eb7e672a889 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -17,13 +17,13 @@ description = "Integration package connecting Claude (Anthropic) APIs and LangCh readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-anthropic%22" -docs = "https://reference.langchain.com/python/integrations/langchain_anthropic/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic" +Documentation = "https://reference.langchain.com/python/integrations/langchain_anthropic/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-anthropic%22" +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/partners/chroma/pyproject.toml b/libs/partners/chroma/pyproject.toml index 9b5d12448a9..5c38cea29a7 100644 --- a/libs/partners/chroma/pyproject.toml +++ b/libs/partners/chroma/pyproject.toml @@ -18,13 +18,13 @@ description = "An integration package connecting Chroma and LangChain." readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/chroma" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-chroma%22" -docs = "https://reference.langchain.com/python/integrations/langchain_chroma/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/chroma" +Documentation = "https://reference.langchain.com/python/integrations/langchain_chroma/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-chroma%22" +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/partners/deepseek/pyproject.toml b/libs/partners/deepseek/pyproject.toml index 1fcfcfded2b..b1139d96110 100644 --- a/libs/partners/deepseek/pyproject.toml +++ b/libs/partners/deepseek/pyproject.toml @@ -16,13 +16,13 @@ description = "An integration package connecting DeepSeek and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/deepseek" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-deepseek%22" -docs = "https://reference.langchain.com/python/integrations/langchain_deepseek/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/deepseek" +Documentation = "https://reference.langchain.com/python/integrations/langchain_deepseek/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-deepseek%22" +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/partners/exa/pyproject.toml b/libs/partners/exa/pyproject.toml index 2e94650d3ef..113688bc398 100644 --- a/libs/partners/exa/pyproject.toml +++ b/libs/partners/exa/pyproject.toml @@ -16,13 +16,13 @@ description = "An integration package connecting Exa and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/exa_search" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/exa" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-exa%22" -docs = "https://reference.langchain.com/python/integrations/langchain_exa/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/exa_search" +Documentation = "https://reference.langchain.com/python/integrations/langchain_exa/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/exa" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-exa%22" +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/partners/fireworks/pyproject.toml b/libs/partners/fireworks/pyproject.toml index d818bb26499..5fb87ec1312 100644 --- a/libs/partners/fireworks/pyproject.toml +++ b/libs/partners/fireworks/pyproject.toml @@ -19,13 +19,13 @@ description = "An integration package connecting Fireworks and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/fireworks" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/fireworks" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-fireworks%22" -docs = "https://reference.langchain.com/python/integrations/langchain_fireworks/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/fireworks" +Documentation = "https://reference.langchain.com/python/integrations/langchain_fireworks/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/fireworks" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-fireworks%22" +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/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index 2f17216831c..ff2a8a742fe 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -16,13 +16,13 @@ description = "An integration package connecting Groq and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/groq" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/groq" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-groq%22" -docs = "https://reference.langchain.com/python/integrations/langchain_groq/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/groq" +Documentation = "https://reference.langchain.com/python/integrations/langchain_groq/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/groq" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-groq%22" +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/partners/huggingface/pyproject.toml b/libs/partners/huggingface/pyproject.toml index 82013e2bd19..7f3a687d015 100644 --- a/libs/partners/huggingface/pyproject.toml +++ b/libs/partners/huggingface/pyproject.toml @@ -17,13 +17,13 @@ description = "An integration package connecting Hugging Face and LangChain." readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22" -docs = "https://reference.langchain.com/python/integrations/langchain_huggingface/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface" +Documentation = "https://reference.langchain.com/python/integrations/langchain_huggingface/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [project.optional-dependencies] full = [ diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index 6aa88317ecc..6771643c827 100644 --- a/libs/partners/mistralai/pyproject.toml +++ b/libs/partners/mistralai/pyproject.toml @@ -19,13 +19,13 @@ description = "An integration package connecting Mistral and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/mistralai" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-mistralai%22" -docs = "https://reference.langchain.com/python/integrations/langchain_mistralai/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/mistralai" +Documentation = "https://reference.langchain.com/python/integrations/langchain_mistralai/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-mistralai%22" +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/partners/nomic/pyproject.toml b/libs/partners/nomic/pyproject.toml index 58124680be5..263da84a88e 100644 --- a/libs/partners/nomic/pyproject.toml +++ b/libs/partners/nomic/pyproject.toml @@ -17,13 +17,13 @@ description = "An integration package connecting Nomic and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/nomic" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-nomic%22" -docs = "https://reference.langchain.com/python/integrations/langchain_nomic/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/nomic" +Documentation = "https://reference.langchain.com/python/integrations/langchain_nomic/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-nomic%22" +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/partners/ollama/pyproject.toml b/libs/partners/ollama/pyproject.toml index 1766105cfbd..16507cab8ba 100644 --- a/libs/partners/ollama/pyproject.toml +++ b/libs/partners/ollama/pyproject.toml @@ -16,13 +16,13 @@ description = "An integration package connecting Ollama and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/ollama" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22" -docs = "https://reference.langchain.com/python/integrations/langchain_ollama/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/ollama" +Documentation = "https://reference.langchain.com/python/integrations/langchain_ollama/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22" +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/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index c4e8e21ce7f..03adca8fad4 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -17,13 +17,13 @@ description = "An integration package connecting OpenAI and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/openai" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22" -docs = "https://reference.langchain.com/python/integrations/langchain_openai/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/openai" +Documentation = "https://reference.langchain.com/python/integrations/langchain_openai/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22" +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/partners/perplexity/pyproject.toml b/libs/partners/perplexity/pyproject.toml index 57ab3e94b8b..72e9f926189 100644 --- a/libs/partners/perplexity/pyproject.toml +++ b/libs/partners/perplexity/pyproject.toml @@ -16,13 +16,13 @@ description = "An integration package connecting Perplexity and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/perplexity" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/perplexity" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-perplexity%22" -docs = "https://reference.langchain.com/python/integrations/langchain_perplexity/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/perplexity" +Documentation = "https://reference.langchain.com/python/integrations/langchain_perplexity/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/perplexity" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-perplexity%22" +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/partners/prompty/pyproject.toml b/libs/partners/prompty/pyproject.toml index 6e2a96dc454..3a4413f09d3 100644 --- a/libs/partners/prompty/pyproject.toml +++ b/libs/partners/prompty/pyproject.toml @@ -16,13 +16,13 @@ description = "An integration package connecting Prompty and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/microsoft" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/prompty" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-prompty%22" -docs = "https://reference.langchain.com/python/integrations/langchain_prompty/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/microsoft" +Documentation = "https://reference.langchain.com/python/integrations/langchain_prompty/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/prompty" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-prompty%22" +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/partners/qdrant/pyproject.toml b/libs/partners/qdrant/pyproject.toml index c266fabccbc..334a2dffe05 100644 --- a/libs/partners/qdrant/pyproject.toml +++ b/libs/partners/qdrant/pyproject.toml @@ -17,13 +17,13 @@ description = "An integration package connecting Qdrant and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/qdrant" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/qdrant" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-qdrant%22" -docs = "https://reference.langchain.com/python/integrations/langchain_qdrant/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/qdrant" +Documentation = "https://reference.langchain.com/python/integrations/langchain_qdrant/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/qdrant" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-qdrant%22" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [project.optional-dependencies] fastembed = [ diff --git a/libs/partners/xai/pyproject.toml b/libs/partners/xai/pyproject.toml index e4ffa34a66a..17103031704 100644 --- a/libs/partners/xai/pyproject.toml +++ b/libs/partners/xai/pyproject.toml @@ -18,13 +18,13 @@ description = "An integration package connecting xAI and LangChain" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/oss/python/integrations/providers/xai" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/xai" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-xai%22" -docs = "https://reference.langchain.com/python/integrations/langchain_xai/" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/oss/python/integrations/providers/xai" +Documentation = "https://reference.langchain.com/python/integrations/langchain_xai/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/xai" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-xai%22" +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/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 7648a4d9d6a..52f9f71bb02 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -26,12 +26,13 @@ description = "Standard tests for LangChain implementations" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-tests%3D%3D1%22" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/" +Documentation = "https://docs.langchain.com/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-tests%3D%3D1%22" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] test = ["langchain-core"] diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index 13d9003c1ff..b513dafacbf 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -15,12 +15,13 @@ description = "LangChain text splitting utilities" readme = "README.md" [project.urls] -homepage = "https://docs.langchain.com/" -repository = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters" -changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-text-splitters%22" -twitter = "https://x.com/LangChainAI" -slack = "https://www.langchain.com/join-community" -reddit = "https://www.reddit.com/r/LangChain/" +Homepage = "https://docs.langchain.com/" +Documentation = "https://docs.langchain.com/" +Source = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters" +Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-text-splitters%22" +Twitter = "https://x.com/LangChainAI" +Slack = "https://www.langchain.com/join-community" +Reddit = "https://www.reddit.com/r/LangChain/" [dependency-groups] lint = [