Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - langchain@0.7.7
 - langchain_google@0.6.4
 - langchain_openai@0.7.2+1
 - openai_dart@0.4.2+1
 - openai_realtime_dart@0.0.1
  • Loading branch information
davidmigloz committed Oct 8, 2024
1 parent 44672f0 commit 63f7092
Show file tree
Hide file tree
Showing 29 changed files with 105 additions and 47 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

📣 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.

## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

New packages:

- [`openai_realtime_dart` - `v0.0.1`](#openai_realtime_dart---v001)

Packages with other changes:

- [`langchain` - `v0.7.7`](#langchain---v077)
- [`langchain_google` - `v0.6.4`](#langchain_google---v064)
- [`openai_dart` - `v0.4.2+1`](#openai_dart---v0421)

---

#### `langchain` - `v0.7.7`

- **REFACTOR**: Update deprecated UUID constant ([#558](https://github.com/davidmigloz/langchain_dart/issues/558)). ([8d9f14b4](https://github.com/davidmigloz/langchain_dart/commit/8d9f14b4c394f4652727eadf5849355cd9fa2f19))

#### `langchain_google` - `v0.6.4`

- **FEAT**: Add support for code execution in ChatGoogleGenerativeAI ([#564](https://github.com/davidmigloz/langchain_dart/issues/564)). ([020bc096](https://github.com/davidmigloz/langchain_dart/commit/020bc096e2bb83bd372d0568a111481df188a7f2))

#### `openai_realtime_dart` - `v0.0.1`

- **FEAT**: Implement openai_realtime_dart, a Dart client for OpenAI Realtime API ([#562](https://github.com/davidmigloz/langchain_dart/issues/562)). ([9f7406f7](https://github.com/davidmigloz/langchain_dart/commit/9f7406f7014624bf5086c60fb902bff70224ee15))

#### `openai_dart` - `v0.4.2+1`

- **DOCS**: Add note about the new [openai_realtime_dart](https://pub.dev/packages/openai_realtime_dart) client. ([44672f0a](https://github.com/davidmigloz/langchain_dart/commit/44672f0a453a1b2e1b31bc5ef400f4c8ac7a4e76))

## 2024-09-25

### Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/browser_summarizer/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_community:
dependency: "direct main"
description:
Expand All @@ -254,7 +254,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2"
version: "0.7.2+1"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -325,7 +325,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2"
version: "0.4.2+1"
path:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions examples/browser_summarizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
flutter_bloc: ^8.1.6
flutter_markdown: ^0.7.3
js: ^0.7.1
langchain: ^0.7.6
langchain: ^0.7.7
langchain_community: 0.3.2
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1
shared_preferences: ^2.3.0

flutter:
Expand Down
8 changes: 4 additions & 4 deletions examples/docs_examples/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_anthropic:
dependency: "direct main"
description:
Expand Down Expand Up @@ -272,7 +272,7 @@ packages:
path: "../../packages/langchain_google"
relative: true
source: path
version: "0.6.3+1"
version: "0.6.4"
langchain_mistralai:
dependency: "direct main"
description:
Expand All @@ -293,7 +293,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2"
version: "0.7.2+1"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -354,7 +354,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2"
version: "0.4.2+1"
path:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions examples/docs_examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
langchain: ^0.7.6
langchain: ^0.7.7
langchain_anthropic: ^0.1.1+2
langchain_chroma: ^0.2.1+3
langchain_community: 0.3.2
langchain_google: ^0.6.3+1
langchain_google: ^0.6.4
langchain_mistralai: ^0.2.3+1
langchain_ollama: ^0.3.2
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1
6 changes: 3 additions & 3 deletions examples/hello_world_backend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -125,7 +125,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2"
version: "0.7.2+1"
langchain_tiktoken:
dependency: transitive
description:
Expand All @@ -148,7 +148,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2"
version: "0.4.2+1"
path:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions examples/hello_world_backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
langchain: ^0.7.6
langchain_openai: ^0.7.2
langchain: ^0.7.7
langchain_openai: ^0.7.2+1
shelf: ^1.4.2
shelf_router: ^1.1.4
6 changes: 3 additions & 3 deletions examples/hello_world_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -117,7 +117,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2"
version: "0.7.2+1"
langchain_tiktoken:
dependency: transitive
description:
Expand All @@ -140,7 +140,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2"
version: "0.4.2+1"
path:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions examples/hello_world_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
langchain: ^0.7.6
langchain_openai: ^0.7.2
langchain: ^0.7.7
langchain_openai: ^0.7.2+1
8 changes: 4 additions & 4 deletions examples/hello_world_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -210,7 +210,7 @@ packages:
path: "../../packages/langchain_google"
relative: true
source: path
version: "0.6.3+1"
version: "0.6.4"
langchain_mistralai:
dependency: "direct main"
description:
Expand All @@ -231,7 +231,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2"
version: "0.7.2+1"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -292,7 +292,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2"
version: "0.4.2+1"
path:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
equatable: ^2.0.5
flutter_bloc: ^8.1.6
flutter_markdown: ^0.7.3
langchain: ^0.7.6
langchain_google: ^0.6.3+1
langchain: ^0.7.7
langchain_google: ^0.6.4
langchain_mistralai: ^0.2.3+1
langchain_ollama: ^0.3.2
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/wikivoyage_eu/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_community:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/wikivoyage_eu/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
langchain: ^0.7.6
langchain: ^0.7.7
langchain_ollama: ^0.3.2
langchain_community: 0.3.2
4 changes: 4 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.7.7

- **REFACTOR**: Update deprecated UUID constant ([#558](https://github.com/davidmigloz/langchain_dart/issues/558)). ([8d9f14b4](https://github.com/davidmigloz/langchain_dart/commit/8d9f14b4c394f4652727eadf5849355cd9fa2f19))

## 0.7.6

- **FEAT**: Add retry support for Runnables ([#540](https://github.com/davidmigloz/langchain_dart/issues/540)). ([1099725d](https://github.com/davidmigloz/langchain_dart/commit/1099725d88de4103381edad533209a9a098bdb7f))
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain
description: Build powerful LLM-based Dart and Flutter applications with LangChain.dart.
version: 0.7.6
version: 0.7.7
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -26,5 +26,5 @@ dependencies:
dev_dependencies:
test: ^1.25.8
langchain_community: ^0.3.2
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1
langchain_ollama: ^0.3.2
4 changes: 2 additions & 2 deletions packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ dependencies:

dev_dependencies:
test: ^1.25.8
langchain: ^0.7.6
langchain: ^0.7.7
langchain_community: 0.3.2
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1
2 changes: 1 addition & 1 deletion packages/langchain_community/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1
objectbox_generator: ^4.0.1
test: ^1.25.8

Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_firebase/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ packages:
path: "../../langchain"
relative: true
source: path
version: "0.7.6"
version: "0.7.7"
langchain_core:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_firebase/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
flutter_markdown: ^0.7.3
langchain: 0.7.6
langchain: 0.7.7
langchain_firebase: 0.2.1+2

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/langchain_google/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.6.4

- **FEAT**: Add support for code execution in ChatGoogleGenerativeAI ([#564](https://github.com/davidmigloz/langchain_dart/issues/564)). ([020bc096](https://github.com/davidmigloz/langchain_dart/commit/020bc096e2bb83bd372d0568a111481df188a7f2))

## 0.6.3+1

- **FEAT**: Add support for reduced output dimensionality in GoogleGenerativeAIEmbeddings ([#544](https://github.com/davidmigloz/langchain_dart/issues/544)). ([d5880704](https://github.com/davidmigloz/langchain_dart/commit/d5880704c492889144738acffd49674b91e63981))
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_google/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_google
description: LangChain.dart integration module for Google (Gemini, Gemma, VertexAI, Vector Search, etc.).
version: 0.6.3+1
version: 0.6.4
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_google
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_google
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
4 changes: 4 additions & 0 deletions packages/langchain_openai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.7.2+1

- Update a dependency to the latest release.

## 0.7.2

- **FEAT**: Add OpenAI o1-preview and o1-mini to model catalog ([#555](https://github.com/davidmigloz/langchain_dart/issues/555)). ([9ceb5ff9](https://github.com/davidmigloz/langchain_dart/commit/9ceb5ff9029cf1ae1967a32189f88c7a8215248e))
Expand Down
6 changes: 3 additions & 3 deletions packages/langchain_openai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_openai
description: LangChain.dart integration module for OpenAI (GPT-4o, o1, Embeddings, DALL·E, etc.).
version: 0.7.2
version: 0.7.2+1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_openai
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_openai
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -22,10 +22,10 @@ dependencies:
langchain_core: 0.3.6
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
openai_dart: ^0.4.2
openai_dart: ^0.4.2+1
uuid: ^4.4.2

dev_dependencies:
langchain: ^0.7.6
langchain: ^0.7.7
langchain_community: 0.3.2
test: ^1.25.8
2 changes: 1 addition & 1 deletion packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:

dev_dependencies:
test: ^1.25.8
langchain_openai: ^0.7.2
langchain_openai: ^0.7.2+1
Loading

0 comments on commit 63f7092

Please sign in to comment.