langchain: release 0.3.18 (#29654)

This commit is contained in:
ccurme
2025-02-07 13:40:26 -05:00
committed by GitHub
parent 92e2239414
commit 01314c51fa
8 changed files with 34 additions and 31 deletions

View File

@@ -63,12 +63,12 @@ jobs:
if: ${{ ! startsWith(inputs.working-directory, 'libs/partners/') }}
working-directory: ${{ inputs.working-directory }}
run: |
uv sync --group test
uv sync --inexact --group test
- name: Install unit+integration test dependencies
if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }}
working-directory: ${{ inputs.working-directory }}
run: |
uv sync --group test --group test_integration
uv sync --inexact --group test --group test_integration
- name: Analysing the code with our lint
working-directory: ${{ inputs.working-directory }}

View File

@@ -22,6 +22,7 @@ on:
env:
PYTHON_VERSION: "3.11"
UV_FROZEN: "true"
UV_NO_SYNC: "true"
jobs:
build:

View File

@@ -14,6 +14,7 @@ on:
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"
jobs:
build:

View File

@@ -19,6 +19,7 @@ on:
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"
jobs:
build:

View File

@@ -19,6 +19,7 @@ concurrency:
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"
jobs:
build: