Skip to content

Commit 01314c5

Browse files
authored
langchain: release 0.3.18 (#29654)
1 parent 92e2239 commit 01314c5

File tree

8 files changed

+34
-31
lines changed

8 files changed

+34
-31
lines changed

.github/workflows/_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
if: ${{ ! startsWith(inputs.working-directory, 'libs/partners/') }}
6464
working-directory: ${{ inputs.working-directory }}
6565
run: |
66-
uv sync --group test
66+
uv sync --inexact --group test
6767
- name: Install unit+integration test dependencies
6868
if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }}
6969
working-directory: ${{ inputs.working-directory }}
7070
run: |
71-
uv sync --group test --group test_integration
71+
uv sync --inexact --group test --group test_integration
7272
7373
- name: Analysing the code with our lint
7474
working-directory: ${{ inputs.working-directory }}

.github/workflows/_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
env:
2323
PYTHON_VERSION: "3.11"
2424
UV_FROZEN: "true"
25+
UV_NO_SYNC: "true"
2526

2627
jobs:
2728
build:

.github/workflows/_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
env:
1616
UV_FROZEN: "true"
17+
UV_NO_SYNC: "true"
1718

1819
jobs:
1920
build:

.github/workflows/_test_pydantic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
env:
2121
UV_FROZEN: "true"
22+
UV_NO_SYNC: "true"
2223

2324
jobs:
2425
build:

.github/workflows/check_diffs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919

2020
env:
2121
UV_FROZEN: "true"
22+
UV_NO_SYNC: "true"
2223

2324
jobs:
2425
build:

libs/langchain/poetry.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

libs/langchain/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = {text = "MIT"}
88
requires-python = "<4.0,>=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.34rc2",
11-
"langchain-text-splitters<1.0.0,>=0.3.6rc2",
10+
"langchain-core<1.0.0,>=0.3.34",
11+
"langchain-text-splitters<1.0.0,>=0.3.6",
1212
"langsmith<0.4,>=0.1.17",
1313
"pydantic<3.0.0,>=2.7.4",
1414
"SQLAlchemy<3,>=1.4",
@@ -21,14 +21,14 @@ dependencies = [
2121
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
2222
]
2323
name = "langchain"
24-
version = "0.3.18rc2"
24+
version = "0.3.18"
2525
description = "Building applications with LLMs through composability"
2626
readme = "README.md"
2727

2828
[project.optional-dependencies]
2929
community = ["langchain-community"]
30-
anthropic = ["langchain-anthropic>=0.3.7rc1"]
31-
openai = ["langchain-openai>=0.3.4rc1"]
30+
anthropic = ["langchain-anthropic"]
31+
openai = ["langchain-openai"]
3232
cohere = ["langchain-cohere"]
3333
google-vertexai = ["langchain-google-vertexai"]
3434
google-genai = ["langchain-google-genai"]

libs/langchain/uv.lock

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)