[PR #353] [MERGED] Add script to populate python integrations landing page #666

Closed
opened 2026-02-17 17:20:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/353
Author: @ccurme
Created: 9/3/2025
Status: Merged
Merged: 9/3/2025
Merged by: @ccurme

Base: mainHead: cc/partner_pkg_table


📝 Commits (10+)

📊 Changes

4 files changed (+391 additions, -127 deletions)

View changed files

pipeline/tools/partner_pkg_table.py (+165 -0)
📝 pyproject.toml (+1 -0)
📝 src/oss/python/integrations/providers/index.mdx (+125 -126)
📝 uv.lock (+100 -1)

📄 Description

Migrated from the langchain monorepo: https://github.com/langchain-ai/langchain/blob/master/docs/scripts/partner_pkg_table.py

Updated for compatibility with new docs repo

Resolves broken links in the existing table


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/353 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `cc/partner_pkg_table` --- ### 📝 Commits (10+) - [`d1f7b0b`](https://github.com/langchain-ai/docs/commit/d1f7b0b44673b2e2bcd68a18503646f544547cd0) copy over script - [`8aac906`](https://github.com/langchain-ai/docs/commit/8aac906d0132d3baeb196dac05bf888a7d291429) add requests to test deps - [`f3b7f4a`](https://github.com/langchain-ai/docs/commit/f3b7f4ae8930488532faf36f44fbad3564985371) update script - [`be28e88`](https://github.com/langchain-ai/docs/commit/be28e886b1a4c54b54e33afba408df98b37d1f02) run script to update index - [`211f3da`](https://github.com/langchain-ai/docs/commit/211f3dabb00fe55aa851053c649fede12d0200a7) fix - [`aaae6f1`](https://github.com/langchain-ai/docs/commit/aaae6f167e5a4bf404d947746b14285f9c31374a) Merge branch 'main' into cc/partner_pkg_table - [`93d4335`](https://github.com/langchain-ai/docs/commit/93d4335fe8eff0582999485f7e33884d707e495c) x - [`080a33e`](https://github.com/langchain-ai/docs/commit/080a33e28befad0e441fed492a54d775c35cabc5) format - [`7f1ec34`](https://github.com/langchain-ai/docs/commit/7f1ec345b33bc2bd1201ce8989ea5718e608857f) Merge branch 'main' into cc/partner_pkg_table - [`ae0196d`](https://github.com/langchain-ai/docs/commit/ae0196d2de2482b644ce26edfef840509bb216c8) Update pipeline/tools/partner_pkg_table.py ### 📊 Changes **4 files changed** (+391 additions, -127 deletions) <details> <summary>View changed files</summary> ➕ `pipeline/tools/partner_pkg_table.py` (+165 -0) 📝 `pyproject.toml` (+1 -0) 📝 `src/oss/python/integrations/providers/index.mdx` (+125 -126) 📝 `uv.lock` (+100 -1) </details> ### 📄 Description Migrated from the langchain monorepo: https://github.com/langchain-ai/langchain/blob/master/docs/scripts/partner_pkg_table.py Updated for compatibility with new docs repo Resolves broken links in the existing table --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:53 -05:00
yindo closed this issue 2026-02-17 17:20:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#666