Skip to content

Commit 9327ad0

Browse files
committed
chore(release): publish packages
- [email protected]+3 - [email protected]+1 - [email protected]+1
1 parent 46d2290 commit 9327ad0

File tree

19 files changed

+62
-19
lines changed

19 files changed

+62
-19
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
📣 Check out the [releases page](https://github.com/davidmigloz/langchain_dart/releases) or the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel on the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
44

5+
## 2025-08-25
6+
7+
### Changes
8+
9+
---
10+
11+
Packages with breaking changes:
12+
13+
- There are no breaking changes in this release.
14+
15+
Packages with other changes:
16+
17+
- [`langchain_firebase` - `v0.2.2+3`](#langchain_firebase---v0223)
18+
- [`openai_dart` - `v0.5.4+1`](#openai_dart---v0541)
19+
- [`langchain_openai` - `v0.7.6+1`](#langchain_openai---v0761)
20+
21+
Packages with dependency updates only:
22+
23+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+
- `langchain_openai` - `v0.7.6+1`
26+
27+
---
28+
29+
#### `langchain_firebase` - `v0.2.2+3`
30+
31+
- **FIX**: Breaking change in firebase_vertexai package ([#770](https://github.com/davidmigloz/langchain_dart/issues/770)). ([6a21546e](https://github.com/davidmigloz/langchain_dart/commit/6a21546e889956cc8e0f9282073757e8aa2abeb3))
32+
33+
#### `openai_dart` - `v0.5.4+1`
34+
35+
- **FIX**: Change CreateChatCompletionRequest.verbosity default value to null ([#771](https://github.com/davidmigloz/langchain_dart/issues/771)). ([46d22905](https://github.com/davidmigloz/langchain_dart/commit/46d22905fee42dd7f1b149d676323d8bce57630f))
36+
37+
538
## 2025-08-10
639

740
### Changes
@@ -3714,5 +3747,3 @@ Packages with changes:
37143747

37153748
- **FIX**: OpenAIQAWithSourcesChain throws exception. ([45c6cb9d](https://github.com/davidmigloz/langchain_dart/commit/45c6cb9d32be670902dd2fe4cb92597765590d85))
37163749
- **FEAT**: Support estimating the number of tokens for a given prompt ([#3](https://github.com/davidmigloz/langchain_dart/issues/3)). ([e22f22c8](https://github.com/davidmigloz/langchain_dart/commit/e22f22c89f188a019b96a7c0003dbd26471bebb7))
3717-
https://github.com/davidmigloz/langchain_dart/issues/3)). ([e22f22c8](https://github.com/davidmigloz/langchain_dart/commit/e22f22c89f188a019b96a7c0003dbd26471bebb7))
3718-
https://github.com/davidmigloz/langchain_dart/issues/3)). ([e22f22c8](https://github.com/davidmigloz/langchain_dart/commit/e22f22c89f188a019b96a7c0003dbd26471bebb7))

examples/browser_summarizer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
flutter_markdown: ^0.7.7
1717
langchain: ^0.7.9
1818
langchain_community: 0.3.4+2
19-
langchain_openai: ^0.7.6
19+
langchain_openai: ^0.7.6+1
2020
shared_preferences: ^2.5.3
2121

2222
flutter:

examples/docs_examples/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies:
1515
langchain_google: ^0.6.5+2
1616
langchain_mistralai: ^0.2.4+2
1717
langchain_ollama: ^0.3.3+2
18-
langchain_openai: ^0.7.6
18+
langchain_openai: ^0.7.6+1

examples/hello_world_backend/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ resolution: workspace
99

1010
dependencies:
1111
langchain: ^0.7.9
12-
langchain_openai: ^0.7.6
12+
langchain_openai: ^0.7.6+1
1313
shelf: ^1.4.2
1414
shelf_router: ^1.1.4

examples/hello_world_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ resolution: workspace
99

1010
dependencies:
1111
langchain: ^0.7.9
12-
langchain_openai: ^0.7.6
12+
langchain_openai: ^0.7.6+1

examples/hello_world_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
langchain_google: ^0.6.5+2
1818
langchain_mistralai: ^0.2.4+2
1919
langchain_ollama: ^0.3.3+2
20-
langchain_openai: ^0.7.6
20+
langchain_openai: ^0.7.6+1
2121

2222
flutter:
2323
uses-material-design: true

packages/langchain/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dependencies:
3030
dev_dependencies:
3131
test: ^1.25.15
3232
langchain_community: ^0.3.4+2
33-
langchain_openai: ^0.7.6
33+
langchain_openai: ^0.7.6+1
3434
langchain_ollama: ^0.3.3+2

packages/langchain_chroma/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ dev_dependencies:
3131
test: ^1.25.15
3232
langchain: ^0.7.9
3333
langchain_community: 0.3.4+2
34-
langchain_openai: ^0.7.6
34+
langchain_openai: ^0.7.6+1

packages/langchain_community/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737

3838
dev_dependencies:
3939
build_runner: ^2.5.4
40-
langchain_openai: ^0.7.6
40+
langchain_openai: ^0.7.6+1
4141
objectbox_generator: ^4.3.0
4242
test: ^1.25.15
4343

packages/langchain_firebase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2+3
2+
3+
- **FIX**: Breaking change in firebase_vertexai package ([#770](https://github.com/davidmigloz/langchain_dart/issues/770)). ([6a21546e](https://github.com/davidmigloz/langchain_dart/commit/6a21546e889956cc8e0f9282073757e8aa2abeb3))
4+
15
## 0.2.2+2
26

37
- **FIX**: Batch sequential tool responses in GoogleAI & Firebase VertexAI ([#757](https://github.com/davidmigloz/langchain_dart/issues/757)). ([8ff44486](https://github.com/davidmigloz/langchain_dart/commit/8ff4448665d26b49c1e1077d0822703e7d853d39))

0 commit comments

Comments
 (0)