Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - langchain@0.7.7+1
 - langchain_chroma@0.2.1+4
 - langchain_community@0.3.2+1
 - langchain_firebase@0.2.1+3
 - langchain_google@0.6.4+1
 - langchain_ollama@0.3.2+1
 - langchain_openai@0.7.2+2
 - langchain_pinecone@0.1.0+10
 - openai_realtime_dart@0.0.1+1
  • Loading branch information
davidmigloz committed Oct 9, 2024
1 parent 26de8d9 commit c61b6d1
Show file tree
Hide file tree
Showing 34 changed files with 163 additions and 66 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,67 @@

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

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`langchain` - `v0.7.7+1`](#langchain---v0771)
- [`langchain_chroma` - `v0.2.1+4`](#langchain_chroma---v0214)
- [`langchain_community` - `v0.3.2+1`](#langchain_community---v0321)
- [`langchain_firebase` - `v0.2.1+3`](#langchain_firebase---v0213)
- [`langchain_google` - `v0.6.4+1`](#langchain_google---v0641)
- [`langchain_ollama` - `v0.3.2+1`](#langchain_ollama---v0321)
- [`langchain_openai` - `v0.7.2+2`](#langchain_openai---v0722)
- [`langchain_pinecone` - `v0.1.0+10`](#langchain_pinecone---v01010)
- [`openai_realtime_dart` - `v0.0.1+1`](#openai_realtime_dart---v0011)

---

#### `langchain` - `v0.7.7+1`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_chroma` - `v0.2.1+4`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_community` - `v0.3.2+1`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_firebase` - `v0.2.1+3`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_google` - `v0.6.4+1`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_ollama` - `v0.3.2+1`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_openai` - `v0.7.2+2`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `langchain_pinecone` - `v0.1.0+10`

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

#### `openai_realtime_dart` - `v0.0.1+1`

- **DOCS**: Add note about the openai_dart client. ([26de8d97](https://github.com/davidmigloz/langchain_dart/commit/26de8d974fcd27fec857b93cc309e76860777dea))


## 2024-10-08

### 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,14 +233,14 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.7"
version: "0.7.7+1"
langchain_community:
dependency: "direct main"
description:
path: "../../packages/langchain_community"
relative: true
source: path
version: "0.3.2"
version: "0.3.2+1"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -254,7 +254,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+1"
version: "0.7.2+2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 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.7
langchain_community: 0.3.2
langchain_openai: ^0.7.2+1
langchain: ^0.7.7+1
langchain_community: 0.3.2+1
langchain_openai: ^0.7.2+2
shared_preferences: ^2.3.0

flutter:
Expand Down
12 changes: 6 additions & 6 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.7"
version: "0.7.7+1"
langchain_anthropic:
dependency: "direct main"
description:
Expand All @@ -251,14 +251,14 @@ packages:
path: "../../packages/langchain_chroma"
relative: true
source: path
version: "0.2.1+3"
version: "0.2.1+4"
langchain_community:
dependency: "direct main"
description:
path: "../../packages/langchain_community"
relative: true
source: path
version: "0.3.2"
version: "0.3.2+1"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -272,7 +272,7 @@ packages:
path: "../../packages/langchain_google"
relative: true
source: path
version: "0.6.4"
version: "0.6.4+1"
langchain_mistralai:
dependency: "direct main"
description:
Expand All @@ -286,14 +286,14 @@ packages:
path: "../../packages/langchain_ollama"
relative: true
source: path
version: "0.3.2"
version: "0.3.2+1"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+1"
version: "0.7.2+2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 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.7
langchain: ^0.7.7+1
langchain_anthropic: ^0.1.1+2
langchain_chroma: ^0.2.1+3
langchain_community: 0.3.2
langchain_google: ^0.6.4
langchain_chroma: ^0.2.1+4
langchain_community: 0.3.2+1
langchain_google: ^0.6.4+1
langchain_mistralai: ^0.2.3+1
langchain_ollama: ^0.3.2
langchain_openai: ^0.7.2+1
langchain_ollama: ^0.3.2+1
langchain_openai: ^0.7.2+2
4 changes: 2 additions & 2 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.7"
version: "0.7.7+1"
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+1"
version: "0.7.2+2"
langchain_tiktoken:
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.7
langchain_openai: ^0.7.2+1
langchain: ^0.7.7+1
langchain_openai: ^0.7.2+2
shelf: ^1.4.2
shelf_router: ^1.1.4
4 changes: 2 additions & 2 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.7"
version: "0.7.7+1"
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+1"
version: "0.7.2+2"
langchain_tiktoken:
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.7
langchain_openai: ^0.7.2+1
langchain: ^0.7.7+1
langchain_openai: ^0.7.2+2
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.7"
version: "0.7.7+1"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -210,7 +210,7 @@ packages:
path: "../../packages/langchain_google"
relative: true
source: path
version: "0.6.4"
version: "0.6.4+1"
langchain_mistralai:
dependency: "direct main"
description:
Expand All @@ -224,14 +224,14 @@ packages:
path: "../../packages/langchain_ollama"
relative: true
source: path
version: "0.3.2"
version: "0.3.2+1"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+1"
version: "0.7.2+2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 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.7
langchain_google: ^0.6.4
langchain: ^0.7.7+1
langchain_google: ^0.6.4+1
langchain_mistralai: ^0.2.3+1
langchain_ollama: ^0.3.2
langchain_openai: ^0.7.2+1
langchain_ollama: ^0.3.2+1
langchain_openai: ^0.7.2+2

flutter:
uses-material-design: true
6 changes: 3 additions & 3 deletions examples/wikivoyage_eu/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.7"
version: "0.7.7+1"
langchain_community:
dependency: "direct main"
description:
path: "../../packages/langchain_community"
relative: true
source: path
version: "0.3.2"
version: "0.3.2+1"
langchain_core:
dependency: "direct overridden"
description:
Expand All @@ -188,7 +188,7 @@ packages:
path: "../../packages/langchain_ollama"
relative: true
source: path
version: "0.3.2"
version: "0.3.2+1"
langchain_tiktoken:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions 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.7
langchain_ollama: ^0.3.2
langchain_community: 0.3.2
langchain: ^0.7.7+1
langchain_ollama: ^0.3.2+1
langchain_community: 0.3.2+1
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+1

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

## 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))
Expand Down
8 changes: 4 additions & 4 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.7
version: 0.7.7+1
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 @@ -25,6 +25,6 @@ dependencies:

dev_dependencies:
test: ^1.25.8
langchain_community: ^0.3.2
langchain_openai: ^0.7.2+1
langchain_ollama: ^0.3.2
langchain_community: ^0.3.2+1
langchain_openai: ^0.7.2+2
langchain_ollama: ^0.3.2+1
4 changes: 4 additions & 0 deletions packages/langchain_chroma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.2.1+4

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

## 0.2.1+3

- Update a dependency to the latest release.
Expand Down
8 changes: 4 additions & 4 deletions packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_chroma
description: LangChain.dart integration module for Chroma open-source embedding database.
version: 0.2.1+3
version: 0.2.1+4
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_chroma
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_chroma
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -25,6 +25,6 @@ dependencies:

dev_dependencies:
test: ^1.25.8
langchain: ^0.7.7
langchain_community: 0.3.2
langchain_openai: ^0.7.2+1
langchain: ^0.7.7+1
langchain_community: 0.3.2+1
langchain_openai: ^0.7.2+2
4 changes: 4 additions & 0 deletions packages/langchain_community/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.3.2+1

- **FIX**: UUID 'Namespace' can't be assigned to the parameter type 'String?' ([#566](https://github.com/davidmigloz/langchain_dart/issues/566)). ([1e93a595](https://github.com/davidmigloz/langchain_dart/commit/1e93a595f2f166da2cae3f7cfcdbb28892abf9b5))

## 0.3.2

- **FEAT**: Add support for deleteWhere in ObjectBoxVectorStore ([#552](https://github.com/davidmigloz/langchain_dart/issues/552)). ([90918bba](https://github.com/davidmigloz/langchain_dart/commit/90918bbac411ccfe4823ae195de6a50a46575573))
Expand Down
Loading

0 comments on commit c61b6d1

Please sign in to comment.