Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - langchain_community@0.2.1+1
 - langchain_firebase@0.1.0+3
  • Loading branch information
davidmigloz authored and KennethKnudsen97 committed Oct 1, 2024
1 parent 32d56da commit 6d90562
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 55 deletions.
10 changes: 5 additions & 5 deletions examples/browser_summarizer/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,28 +233,28 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
langchain_community:
dependency: "direct main"
description:
path: "../../packages/langchain_community"
relative: true
source: path
version: "0.2.0+1"
version: "0.2.1+1"
langchain_core:
dependency: "direct overridden"
description:
path: "../../packages/langchain_core"
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.6.1+1"
version: "0.6.2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -325,7 +325,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.3.2+1"
version: "0.3.3"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/browser_summarizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter_markdown: ^0.6.22
js: ^0.7.1
langchain: ^0.7.2
langchain_community: 0.2.1
langchain_community: 0.2.1+1
langchain_openai: ^0.6.2
shared_preferences: ^2.2.2

Expand Down
26 changes: 13 additions & 13 deletions examples/docs_examples/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: "../../packages/chromadb"
relative: true
source: path
version: "0.2.0"
version: "0.2.0+1"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -238,56 +238,56 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
langchain_chroma:
dependency: "direct main"
description:
path: "../../packages/langchain_chroma"
relative: true
source: path
version: "0.2.0+4"
version: "0.2.0+5"
langchain_community:
dependency: "direct main"
description:
path: "../../packages/langchain_community"
relative: true
source: path
version: "0.2.0+1"
version: "0.2.1+1"
langchain_core:
dependency: "direct overridden"
description:
path: "../../packages/langchain_core"
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
langchain_google:
dependency: "direct main"
description:
path: "../../packages/langchain_google"
relative: true
source: path
version: "0.5.0"
version: "0.5.1"
langchain_mistralai:
dependency: "direct main"
description:
path: "../../packages/langchain_mistralai"
relative: true
source: path
version: "0.2.0+1"
version: "0.2.1"
langchain_ollama:
dependency: "direct main"
description:
path: "../../packages/langchain_ollama"
relative: true
source: path
version: "0.2.1+1"
version: "0.2.2"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.6.1+1"
version: "0.6.2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -326,7 +326,7 @@ packages:
path: "../../packages/mistralai_dart"
relative: true
source: path
version: "0.0.3+1"
version: "0.0.3+2"
objectbox:
dependency: transitive
description:
Expand All @@ -341,14 +341,14 @@ packages:
path: "../../packages/ollama_dart"
relative: true
source: path
version: "0.1.0+1"
version: "0.1.1"
openai_dart:
dependency: "direct overridden"
description:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.3.2+1"
version: "0.3.3"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -451,7 +451,7 @@ packages:
path: "../../packages/vertex_ai"
relative: true
source: path
version: "0.1.0"
version: "0.1.0+1"
web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/docs_examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
langchain: ^0.7.2
langchain_chroma: ^0.2.0+5
langchain_community: 0.2.1
langchain_community: 0.2.1+1
langchain_google: ^0.5.1
langchain_mistralai: ^0.2.1
langchain_ollama: ^0.2.2
Expand Down
8 changes: 4 additions & 4 deletions examples/hello_world_backend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,21 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
langchain_core:
dependency: "direct overridden"
description:
path: "../../packages/langchain_core"
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.6.1+1"
version: "0.6.2"
langchain_tiktoken:
dependency: transitive
description:
Expand All @@ -156,7 +156,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.3.2+1"
version: "0.3.3"
path:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions examples/hello_world_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
langchain_core:
dependency: "direct overridden"
description:
path: "../../packages/langchain_core"
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.6.1+1"
version: "0.6.2"
langchain_tiktoken:
dependency: transitive
description:
Expand All @@ -148,7 +148,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.3.2+1"
version: "0.3.3"
path:
dependency: transitive
description:
Expand Down
20 changes: 10 additions & 10 deletions examples/hello_world_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,42 +204,42 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
langchain_core:
dependency: "direct overridden"
description:
path: "../../packages/langchain_core"
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
langchain_google:
dependency: "direct main"
description:
path: "../../packages/langchain_google"
relative: true
source: path
version: "0.5.0"
version: "0.5.1"
langchain_mistralai:
dependency: "direct main"
description:
path: "../../packages/langchain_mistralai"
relative: true
source: path
version: "0.2.0+1"
version: "0.2.1"
langchain_ollama:
dependency: "direct main"
description:
path: "../../packages/langchain_ollama"
relative: true
source: path
version: "0.2.1+1"
version: "0.2.2"
langchain_openai:
dependency: "direct main"
description:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.6.1+1"
version: "0.6.2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -278,7 +278,7 @@ packages:
path: "../../packages/mistralai_dart"
relative: true
source: path
version: "0.0.3+1"
version: "0.0.3+2"
nested:
dependency: transitive
description:
Expand All @@ -293,14 +293,14 @@ packages:
path: "../../packages/ollama_dart"
relative: true
source: path
version: "0.1.0+1"
version: "0.1.1"
openai_dart:
dependency: "direct overridden"
description:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.3.2+1"
version: "0.3.3"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -400,7 +400,7 @@ packages:
path: "../../packages/vertex_ai"
relative: true
source: path
version: "0.1.0"
version: "0.1.0+1"
web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/vertex_ai_matching_engine_setup/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ packages:
path: "../../packages/vertex_ai"
relative: true
source: path
version: "0.1.0"
version: "0.1.0+1"
web:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions examples/wikivoyage_eu/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,28 +167,28 @@ packages:
path: "../../packages/langchain"
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
langchain_community:
dependency: "direct main"
description:
path: "../../packages/langchain_community"
relative: true
source: path
version: "0.2.0+1"
version: "0.2.1+1"
langchain_core:
dependency: "direct overridden"
description:
path: "../../packages/langchain_core"
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
langchain_ollama:
dependency: "direct main"
description:
path: "../../packages/langchain_ollama"
relative: true
source: path
version: "0.2.1+1"
version: "0.2.2"
langchain_tiktoken:
dependency: transitive
description:
Expand Down Expand Up @@ -235,7 +235,7 @@ packages:
path: "../../packages/ollama_dart"
relative: true
source: path
version: "0.1.0+1"
version: "0.1.1"
path:
dependency: transitive
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 @@ -9,4 +9,4 @@ environment:
dependencies:
langchain: ^0.7.2
langchain_ollama: ^0.2.2
langchain_community: 0.2.1
langchain_community: 0.2.1+1
2 changes: 1 addition & 1 deletion packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
dev_dependencies:
test: ^1.25.2
langchain: ^0.7.2
langchain_community: 0.2.1
langchain_community: 0.2.1+1
langchain_openai: ^0.6.2
4 changes: 4 additions & 0 deletions packages/langchain_community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1+1

- **FIX**: Add missing dependency in langchain_community package ([#448](https://github.com/davidmigloz/langchain_dart/issues/448)). ([70ffd027](https://github.com/davidmigloz/langchain_dart/commit/70ffd027cb41c5c5058bb266966734894f773330))

## 0.2.1

- **FEAT**: Add support for ObjectBoxVectorStore ([#438](https://github.com/davidmigloz/langchain_dart/issues/438)). ([81e167a6](https://github.com/davidmigloz/langchain_dart/commit/81e167a6888fff9f8db381caaef6ee788acef3a8))
Expand Down
Loading

0 comments on commit 6d90562

Please sign in to comment.