Skip to content

File tree

51 files changed

+440
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+440
-99
lines changed

CHANGELOG.md

Lines changed: 184 additions & 0 deletions
Large diffs are not rendered by default.

examples/browser_summarizer/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies:
1414
equatable: ^2.0.7
1515
flutter_bloc: ^9.1.1
1616
flutter_markdown: ^0.7.7
17-
langchain: ^0.7.9
18-
langchain_community: 0.3.4+3
19-
langchain_openai: ^0.7.6+2
17+
langchain: ^0.8.0
18+
langchain_community: 0.4.0
19+
langchain_openai: ^0.8.0
2020
shared_preferences: ^2.5.3
2121

2222
flutter:

examples/docs_examples/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ environment:
88
resolution: workspace
99

1010
dependencies:
11-
langchain: ^0.7.9
12-
langchain_anthropic: ^0.2.1+3
13-
langchain_chroma: ^0.2.2+3
14-
langchain_community: 0.3.4+3
15-
langchain_google: ^0.6.5+2
16-
langchain_mistralai: ^0.2.4+3
17-
langchain_ollama: ^0.3.3+3
18-
langchain_openai: ^0.7.6+2
11+
langchain: ^0.8.0
12+
langchain_anthropic: ^0.3.0
13+
langchain_chroma: ^0.3.0
14+
langchain_community: 0.4.0
15+
langchain_google: ^0.7.0
16+
langchain_mistralai: ^0.3.0
17+
langchain_ollama: ^0.4.0
18+
langchain_openai: ^0.8.0

examples/hello_world_backend/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
resolution: workspace
99

1010
dependencies:
11-
langchain: ^0.7.9
12-
langchain_openai: ^0.7.6+2
11+
langchain: ^0.8.0
12+
langchain_openai: ^0.8.0
1313
shelf: ^1.4.2
1414
shelf_router: ^1.1.4

examples/hello_world_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ environment:
88
resolution: workspace
99

1010
dependencies:
11-
langchain: ^0.7.9
12-
langchain_openai: ^0.7.6+2
11+
langchain: ^0.8.0
12+
langchain_openai: ^0.8.0

examples/hello_world_flutter/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dependencies:
1313
equatable: ^2.0.7
1414
flutter_bloc: ^9.1.1
1515
flutter_markdown: ^0.7.7
16-
langchain: ^0.7.9
17-
langchain_google: ^0.6.5+2
18-
langchain_mistralai: ^0.2.4+3
19-
langchain_ollama: ^0.3.3+3
20-
langchain_openai: ^0.7.6+2
16+
langchain: ^0.8.0
17+
langchain_google: ^0.7.0
18+
langchain_mistralai: ^0.3.0
19+
langchain_ollama: ^0.4.0
20+
langchain_openai: ^0.8.0
2121

2222
flutter:
2323
uses-material-design: true

examples/vertex_ai_matching_engine_setup/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
gcloud: ^0.9.0
1212
googleapis_auth: ^2.0.0
1313
http: ^1.5.0
14-
vertex_ai: ^0.1.2
14+
vertex_ai: ^0.2.0

examples/wikivoyage_eu/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ environment:
88
resolution: workspace
99

1010
dependencies:
11-
langchain: ^0.7.9
12-
langchain_ollama: ^0.3.3+3
13-
langchain_community: 0.3.4+3
11+
langchain: ^0.8.0
12+
langchain_ollama: ^0.4.0
13+
langchain_community: 0.4.0

packages/anthropic_sdk_dart/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.3.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **FIX**: Handle optional space after colon in SSE parser ([#790](https://github.com/davidmigloz/langchain_dart/issues/790)). ([b31fbead](https://github.com/davidmigloz/langchain_dart/commit/b31fbead3ad4cb3ca9aabd6d8fee5e523df82d65))
6+
- **FEAT**: Add extended thinking support ([#803](https://github.com/davidmigloz/langchain_dart/issues/803)). ([1ccb74a6](https://github.com/davidmigloz/langchain_dart/commit/1ccb74a639d63325a7fcac8474ed0500dedd657e))
7+
- **FEAT**: Upgrade to http v1.5.0 ([#785](https://github.com/davidmigloz/langchain_dart/issues/785)). ([f7c87790](https://github.com/davidmigloz/langchain_dart/commit/f7c8779011015b5a4a7f3a07dca32bde1bb2ea88))
8+
- **BREAKING** **BUILD**: Require Dart >=3.8.0 ([#792](https://github.com/davidmigloz/langchain_dart/issues/792)). ([b887f5c6](https://github.com/davidmigloz/langchain_dart/commit/b887f5c62e307b3a510c5049e3d1fbe7b7b4f4c9))
9+
110
## 0.2.3
211

312
- **FEAT**: Migrate to Freezed v3 ([#773](https://github.com/davidmigloz/langchain_dart/issues/773)). ([f87c8c03](https://github.com/davidmigloz/langchain_dart/commit/f87c8c03711ef382d2c9de19d378bee92e7631c1))

packages/anthropic_sdk_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: anthropic_sdk_dart
22
description: Dart Client for the Anthropic API (Claude 4.5 Sonnet, Opus, Haiku, etc.).
3-
version: 0.2.3
3+
version: 0.3.0
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/anthropic_sdk_dart
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:anthropic_sdk_dart
66
homepage: https://github.com/davidmigloz/langchain_dart

0 commit comments

Comments
 (0)