diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 13051f5efc224..60a74ff08734d 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -81,7 +81,6 @@ jobs: ES_URL: ${{ secrets.ES_URL }} ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }} ES_API_KEY: ${{ secrets.ES_API_KEY }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for airbyte MONGODB_ATLAS_URI: ${{ secrets.MONGODB_ATLAS_URI }} VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }} COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }} diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index f84ff3ac28d19..76b9330701730 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -289,7 +289,6 @@ jobs: ES_URL: ${{ secrets.ES_URL }} ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }} ES_API_KEY: ${{ secrets.ES_API_KEY }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for airbyte MONGODB_ATLAS_URI: ${{ secrets.MONGODB_ATLAS_URI }} VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }} UPSTAGE_API_KEY: ${{ secrets.UPSTAGE_API_KEY }} diff --git a/.github/workflows/api_doc_build.yml b/.github/workflows/api_doc_build.yml index fd8e09848ceea..26e2b19cb4602 100644 --- a/.github/workflows/api_doc_build.yml +++ b/.github/workflows/api_doc_build.yml @@ -72,9 +72,7 @@ jobs: - name: Install dependencies working-directory: langchain run: | - - # skip airbyte due to pandas dependency issue - python -m uv pip install $(ls ./libs/partners | grep -vE "airbyte" | xargs -I {} echo "./libs/partners/{}") + python -m uv pip install $(ls ./libs/partners | xargs -I {} echo "./libs/partners/{}") python -m uv pip install libs/core libs/langchain libs/text-splitters libs/community libs/experimental python -m uv pip install -r docs/api_reference/requirements.txt diff --git a/docs/api_reference/create_api_rst.py b/docs/api_reference/create_api_rst.py index b5807e0bd1372..56ec6f870b4e0 100644 --- a/docs/api_reference/create_api_rst.py +++ b/docs/api_reference/create_api_rst.py @@ -530,7 +530,6 @@ def _out_file_path(package_name: str) -> Path: def _build_index(dirs: List[str]) -> None: custom_names = { - "airbyte": "Airbyte", "aws": "AWS", "ai21": "AI21", "ibm": "IBM", diff --git a/docs/scripts/partner_pkg_table.py b/docs/scripts/partner_pkg_table.py index 6bc8b4badf7ac..e5b4fd0eda37c 100644 --- a/docs/scripts/partner_pkg_table.py +++ b/docs/scripts/partner_pkg_table.py @@ -76,7 +76,6 @@ CUSTOM_NAME = { "google-genai": "Google Generative AI", "aws": "AWS", - "airbyte": "Airbyte", "ibm": "IBM", } CUSTOM_PROVIDER_PAGES = { diff --git a/libs/packages.yml b/libs/packages.yml index 994bb3a718637..8f9a16d2f48bd 100644 --- a/libs/packages.yml +++ b/libs/packages.yml @@ -23,10 +23,6 @@ packages: - name: langchain-ai21 repo: langchain-ai/langchain-ai21 path: libs/ai21 - - name: langchain-airbyte - repo: langchain-ai/langchain - path: libs/partners/airbyte - disabled: true # dependency issues / stale - name: langchain-anthropic repo: langchain-ai/langchain path: libs/partners/anthropic