diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 85b2f0953..052b15e3e 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -22,27 +22,27 @@ concurrency: cancel-in-progress: false jobs: - get-changed-files: - runs-on: ubuntu-latest - outputs: - changed-files: ${{ steps.changed-files.outputs.all }} - steps: - - uses: actions/checkout@v4 - - name: Get changed files - id: changed-files - uses: Ana06/get-changed-files@v2.3.0 - with: - filter: "docs/docs/**" + # get-changed-files: + # runs-on: ubuntu-latest + # outputs: + # changed-files: ${{ steps.changed-files.outputs.all }} + # steps: + # - uses: actions/checkout@v4 + # - name: Get changed files + # id: changed-files + # uses: Ana06/get-changed-files@v2.3.0 + # with: + # filter: "docs/docs/**" - run-changed-notebooks: - needs: get-changed-files - uses: ./.github/workflows/run_notebooks.yml - secrets: inherit - with: - changed-files: ${{ needs.get-changed-files.outputs.changed-files }} + # run-changed-notebooks: + # needs: get-changed-files + # uses: ./.github/workflows/run_notebooks.yml + # secrets: inherit + # with: + # changed-files: ${{ needs.get-changed-files.outputs.changed-files }} deploy: - needs: run-changed-notebooks + # needs: run-changed-notebooks runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index 875e2ef89..b07c0dc1e 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.14" +version = "2.0.0" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT" diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 34114fc96..0f2300e53 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.31" +version = "0.2.32" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"