diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7632dd..fb10776c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/examples/browser_summarizer/pubspec.lock b/examples/browser_summarizer/pubspec.lock index da08ad5c..6e1a659a 100644 --- a/examples/browser_summarizer/pubspec.lock +++ b/examples/browser_summarizer/pubspec.lock @@ -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: @@ -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: diff --git a/examples/browser_summarizer/pubspec.yaml b/examples/browser_summarizer/pubspec.yaml index 27570749..bcbe93c6 100644 --- a/examples/browser_summarizer/pubspec.yaml +++ b/examples/browser_summarizer/pubspec.yaml @@ -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: diff --git a/examples/docs_examples/pubspec.lock b/examples/docs_examples/pubspec.lock index 66c2a609..0e08649d 100644 --- a/examples/docs_examples/pubspec.lock +++ b/examples/docs_examples/pubspec.lock @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/examples/docs_examples/pubspec.yaml b/examples/docs_examples/pubspec.yaml index a5ac493c..44d174a1 100644 --- a/examples/docs_examples/pubspec.yaml +++ b/examples/docs_examples/pubspec.yaml @@ -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 diff --git a/examples/hello_world_backend/pubspec.lock b/examples/hello_world_backend/pubspec.lock index 283add6f..6ef503f0 100644 --- a/examples/hello_world_backend/pubspec.lock +++ b/examples/hello_world_backend/pubspec.lock @@ -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: @@ -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: diff --git a/examples/hello_world_backend/pubspec.yaml b/examples/hello_world_backend/pubspec.yaml index ecbcc0d0..ebabdf48 100644 --- a/examples/hello_world_backend/pubspec.yaml +++ b/examples/hello_world_backend/pubspec.yaml @@ -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 diff --git a/examples/hello_world_cli/pubspec.lock b/examples/hello_world_cli/pubspec.lock index 362c4485..119a552e 100644 --- a/examples/hello_world_cli/pubspec.lock +++ b/examples/hello_world_cli/pubspec.lock @@ -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: @@ -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: diff --git a/examples/hello_world_cli/pubspec.yaml b/examples/hello_world_cli/pubspec.yaml index ccc0c8ac..1c109f49 100644 --- a/examples/hello_world_cli/pubspec.yaml +++ b/examples/hello_world_cli/pubspec.yaml @@ -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 diff --git a/examples/hello_world_flutter/pubspec.lock b/examples/hello_world_flutter/pubspec.lock index f7ee62c4..00b36e46 100644 --- a/examples/hello_world_flutter/pubspec.lock +++ b/examples/hello_world_flutter/pubspec.lock @@ -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: @@ -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: @@ -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: diff --git a/examples/hello_world_flutter/pubspec.yaml b/examples/hello_world_flutter/pubspec.yaml index d40466e7..9e77860d 100644 --- a/examples/hello_world_flutter/pubspec.yaml +++ b/examples/hello_world_flutter/pubspec.yaml @@ -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 diff --git a/examples/wikivoyage_eu/pubspec.lock b/examples/wikivoyage_eu/pubspec.lock index 7abf253f..f56211f5 100644 --- a/examples/wikivoyage_eu/pubspec.lock +++ b/examples/wikivoyage_eu/pubspec.lock @@ -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: @@ -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: diff --git a/examples/wikivoyage_eu/pubspec.yaml b/examples/wikivoyage_eu/pubspec.yaml index ac2dda8e..2fbe1999 100644 --- a/examples/wikivoyage_eu/pubspec.yaml +++ b/examples/wikivoyage_eu/pubspec.yaml @@ -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 diff --git a/packages/langchain/CHANGELOG.md b/packages/langchain/CHANGELOG.md index a5c3fa42..712ae5c3 100644 --- a/packages/langchain/CHANGELOG.md +++ b/packages/langchain/CHANGELOG.md @@ -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)) diff --git a/packages/langchain/pubspec.yaml b/packages/langchain/pubspec.yaml index 72d66037..776b7c92 100644 --- a/packages/langchain/pubspec.yaml +++ b/packages/langchain/pubspec.yaml @@ -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 @@ -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 diff --git a/packages/langchain_chroma/CHANGELOG.md b/packages/langchain_chroma/CHANGELOG.md index 7e458f37..3f49888e 100644 --- a/packages/langchain_chroma/CHANGELOG.md +++ b/packages/langchain_chroma/CHANGELOG.md @@ -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. diff --git a/packages/langchain_chroma/pubspec.yaml b/packages/langchain_chroma/pubspec.yaml index a8425fb2..f52f7b18 100644 --- a/packages/langchain_chroma/pubspec.yaml +++ b/packages/langchain_chroma/pubspec.yaml @@ -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 @@ -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 diff --git a/packages/langchain_community/CHANGELOG.md b/packages/langchain_community/CHANGELOG.md index 0336c13e..c0a9ea01 100644 --- a/packages/langchain_community/CHANGELOG.md +++ b/packages/langchain_community/CHANGELOG.md @@ -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)) diff --git a/packages/langchain_community/pubspec.yaml b/packages/langchain_community/pubspec.yaml index 4c034c34..e52f011d 100644 --- a/packages/langchain_community/pubspec.yaml +++ b/packages/langchain_community/pubspec.yaml @@ -1,6 +1,6 @@ name: langchain_community description: LangChain.dart third-party integrations that don't have a dedicated package. -version: 0.3.2 +version: 0.3.2+1 repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_community issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_community homepage: https://github.com/davidmigloz/langchain_dart @@ -31,7 +31,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.11 - langchain_openai: ^0.7.2+1 + langchain_openai: ^0.7.2+2 objectbox_generator: ^4.0.1 test: ^1.25.8 diff --git a/packages/langchain_firebase/CHANGELOG.md b/packages/langchain_firebase/CHANGELOG.md index ab291e7e..082556ca 100644 --- a/packages/langchain_firebase/CHANGELOG.md +++ b/packages/langchain_firebase/CHANGELOG.md @@ -2,6 +2,10 @@ --- +## 0.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)) + ## 0.2.1+2 - **DOCS**: Update Google's models in documentation ([#551](https://github.com/davidmigloz/langchain_dart/issues/551)). ([1da543f7](https://github.com/davidmigloz/langchain_dart/commit/1da543f7ab90eb39b599a6fdd0cc52e2cbc1460d)) diff --git a/packages/langchain_firebase/example/pubspec.lock b/packages/langchain_firebase/example/pubspec.lock index 8db2e2c6..ff513690 100644 --- a/packages/langchain_firebase/example/pubspec.lock +++ b/packages/langchain_firebase/example/pubspec.lock @@ -238,7 +238,7 @@ packages: path: "../../langchain" relative: true source: path - version: "0.7.7" + version: "0.7.7+1" langchain_core: dependency: "direct overridden" description: @@ -252,7 +252,7 @@ packages: path: ".." relative: true source: path - version: "0.2.1+2" + version: "0.2.1+3" leak_tracker: dependency: transitive description: diff --git a/packages/langchain_firebase/example/pubspec.yaml b/packages/langchain_firebase/example/pubspec.yaml index efe9b059..82eb49aa 100644 --- a/packages/langchain_firebase/example/pubspec.yaml +++ b/packages/langchain_firebase/example/pubspec.yaml @@ -13,8 +13,8 @@ dependencies: flutter: sdk: flutter flutter_markdown: ^0.7.3 - langchain: 0.7.7 - langchain_firebase: 0.2.1+2 + langchain: 0.7.7+1 + langchain_firebase: 0.2.1+3 dev_dependencies: flutter_lints: ^3.0.0 diff --git a/packages/langchain_firebase/pubspec.yaml b/packages/langchain_firebase/pubspec.yaml index 6d3f52b6..77450bfe 100644 --- a/packages/langchain_firebase/pubspec.yaml +++ b/packages/langchain_firebase/pubspec.yaml @@ -1,6 +1,6 @@ name: langchain_firebase description: LangChain.dart integration module for Firebase (Gemini, VertexAI for Firebase, Firestore, etc.). -version: 0.2.1+2 +version: 0.2.1+3 repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_firebase issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_firebase homepage: https://github.com/davidmigloz/langchain_dart diff --git a/packages/langchain_google/CHANGELOG.md b/packages/langchain_google/CHANGELOG.md index a1a979d2..03f150ec 100644 --- a/packages/langchain_google/CHANGELOG.md +++ b/packages/langchain_google/CHANGELOG.md @@ -2,6 +2,10 @@ --- +## 0.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)) + ## 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)) diff --git a/packages/langchain_google/pubspec.yaml b/packages/langchain_google/pubspec.yaml index 9754ef41..d2dfc5b4 100644 --- a/packages/langchain_google/pubspec.yaml +++ b/packages/langchain_google/pubspec.yaml @@ -1,6 +1,6 @@ name: langchain_google description: LangChain.dart integration module for Google (Gemini, Gemma, VertexAI, Vector Search, etc.). -version: 0.6.4 +version: 0.6.4+1 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 diff --git a/packages/langchain_ollama/CHANGELOG.md b/packages/langchain_ollama/CHANGELOG.md index f83459af..20e37c02 100644 --- a/packages/langchain_ollama/CHANGELOG.md +++ b/packages/langchain_ollama/CHANGELOG.md @@ -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**: Update Ollama default model to llama-3.2 ([#554](https://github.com/davidmigloz/langchain_dart/issues/554)). ([f42ed0f0](https://github.com/davidmigloz/langchain_dart/commit/f42ed0f04136021b30556787cfdea13a14ca5768)) diff --git a/packages/langchain_ollama/pubspec.yaml b/packages/langchain_ollama/pubspec.yaml index 6b266c7a..1e47328f 100644 --- a/packages/langchain_ollama/pubspec.yaml +++ b/packages/langchain_ollama/pubspec.yaml @@ -1,6 +1,6 @@ name: langchain_ollama description: LangChain.dart integration module for Ollama (run Llama 3.2, Gemma 2, Phi-3.5, Mistral nemo, Qwen2 and other models locally). -version: 0.3.2 +version: 0.3.2+1 repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_ollama issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_ollama homepage: https://github.com/davidmigloz/langchain_dart diff --git a/packages/langchain_openai/CHANGELOG.md b/packages/langchain_openai/CHANGELOG.md index a1c930f0..d8d3f860 100644 --- a/packages/langchain_openai/CHANGELOG.md +++ b/packages/langchain_openai/CHANGELOG.md @@ -2,6 +2,10 @@ --- +## 0.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)) + ## 0.7.2+1 - Update a dependency to the latest release. diff --git a/packages/langchain_openai/pubspec.yaml b/packages/langchain_openai/pubspec.yaml index 2f6b5467..b6af1e0f 100644 --- a/packages/langchain_openai/pubspec.yaml +++ b/packages/langchain_openai/pubspec.yaml @@ -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+1 +version: 0.7.2+2 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 @@ -26,6 +26,6 @@ dependencies: uuid: ^4.5.1 dev_dependencies: - langchain: ^0.7.7 - langchain_community: 0.3.2 + langchain: ^0.7.7+1 + langchain_community: 0.3.2+1 test: ^1.25.8 diff --git a/packages/langchain_pinecone/CHANGELOG.md b/packages/langchain_pinecone/CHANGELOG.md index f616d549..c11acda2 100644 --- a/packages/langchain_pinecone/CHANGELOG.md +++ b/packages/langchain_pinecone/CHANGELOG.md @@ -2,6 +2,10 @@ --- +## 0.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)) + ## 0.1.0+9 - Update a dependency to the latest release. diff --git a/packages/langchain_pinecone/pubspec.yaml b/packages/langchain_pinecone/pubspec.yaml index 80e58ced..339a7ef8 100644 --- a/packages/langchain_pinecone/pubspec.yaml +++ b/packages/langchain_pinecone/pubspec.yaml @@ -1,6 +1,6 @@ name: langchain_pinecone description: LangChain.dart integration module for Pinecone fully-managed vector database. -version: 0.1.0+9 +version: 0.1.0+10 repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_pinecone issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_pinecone homepage: https://github.com/davidmigloz/langchain_dart @@ -25,4 +25,4 @@ dependencies: dev_dependencies: test: ^1.25.8 - langchain_openai: ^0.7.2+1 + langchain_openai: ^0.7.2+2 diff --git a/packages/langchain_supabase/pubspec.yaml b/packages/langchain_supabase/pubspec.yaml index c88f9b50..e469c67f 100644 --- a/packages/langchain_supabase/pubspec.yaml +++ b/packages/langchain_supabase/pubspec.yaml @@ -24,6 +24,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 diff --git a/packages/openai_realtime_dart/CHANGELOG.md b/packages/openai_realtime_dart/CHANGELOG.md index 15454124..74a5d876 100644 --- a/packages/openai_realtime_dart/CHANGELOG.md +++ b/packages/openai_realtime_dart/CHANGELOG.md @@ -2,6 +2,10 @@ --- +## 0.0.1+1 + + - **DOCS**: Add note about the openai_dart client. ([26de8d97](https://github.com/davidmigloz/langchain_dart/commit/26de8d974fcd27fec857b93cc309e76860777dea)) + ## 0.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)) diff --git a/packages/openai_realtime_dart/pubspec.yaml b/packages/openai_realtime_dart/pubspec.yaml index 09857dd0..8e82d4ff 100644 --- a/packages/openai_realtime_dart/pubspec.yaml +++ b/packages/openai_realtime_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: openai_realtime_dart description: Dart client for the OpenAI Realtime API (beta), a stateful, event-based API that communicates over a WebSocket. -version: 0.0.1 +version: 0.0.1+1 repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/openai_realtime_dart issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:openai_realtime_dart homepage: https://github.com/davidmigloz/langchain_dart