Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Jan 20, 2024
1 parent 8158572 commit 95919ce
Show file tree
Hide file tree
Showing 37 changed files with 154 additions and 46 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,69 @@
Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR)
server for more details about each release.

## 2024-01-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`langchain` - `v0.3.3`](#langchain---v033)
- [`langchain_openai` - `v0.3.3`](#langchain_openai---v033)
- [`langchain_google` - `v0.2.3+1`](#langchain_google---v0231)
- [`langchain_mistralai` - `v0.0.2+1`](#langchain_mistralai---v0021)
- [`openai_dart` - `v0.1.5`](#openai_dart---v015)
- [`mistralai_dart` - `v0.0.2+2`](#mistralai_dart---v0022)
- [`vertex_ai` - `v0.0.9`](#vertex_ai---v009)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `langchain_pinecone` - `v0.0.6+12`
- `langchain_ollama` - `v0.0.3+1`
- `langchain_chroma` - `v0.1.0+13`

---

#### `langchain` - `v0.3.3`

- **DOCS**: Add Anyscale and Together AI documentation ([#305](https://github.com/davidmigloz/langchain_dart/issues/305)). ([7daa3eb0](https://github.com/davidmigloz/langchain_dart/commit/7daa3eb052c32baa7473d7532c795b7f242ed9fc))

#### `langchain_openai` - `v0.3.3`

- **FEAT**: Support Anyscale in ChatOpenAI and OpenAIEmbeddings wrappers ([#305](https://github.com/davidmigloz/langchain_dart/issues/305)). ([7daa3eb0](https://github.com/davidmigloz/langchain_dart/commit/7daa3eb052c32baa7473d7532c795b7f242ed9fc))
- **FEAT**: Support Together AI in ChatOpenAI wrapper ([#297](https://github.com/davidmigloz/langchain_dart/issues/297)). ([28ab56af](https://github.com/davidmigloz/langchain_dart/commit/28ab56aff35c93a6835e5f22397d47da9e45fe40))
- **FEAT**: Support Together AI in OpenAIEmbeddings wrapper ([#304](https://github.com/davidmigloz/langchain_dart/issues/304)). ([ddc761d6](https://github.com/davidmigloz/langchain_dart/commit/ddc761d65154be2df1efc202d9e7e6b2e60e7ac2))

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

- **REFACTOR**: Remove tiktoken in favour of countTokens API on VertexAI ([#307](https://github.com/davidmigloz/langchain_dart/issues/307)). ([8158572b](https://github.com/davidmigloz/langchain_dart/commit/8158572b15c0525b9caa9bc71fbbbee6ab4458fe))

#### `langchain_mistralai` - `v0.0.2+1`

- **REFACTOR**: Update safe_mode and max temperature in Mistral chat ([#300](https://github.com/davidmigloz/langchain_dart/issues/300)). ([1a4ccd1e](https://github.com/davidmigloz/langchain_dart/commit/1a4ccd1e7d1907e340ce609cc6ba8d0543ee3421))

#### `openai_dart` - `v0.1.5`

- **FEAT**: Support Anyscale API in openai_dart client ([#303](https://github.com/davidmigloz/langchain_dart/issues/303)). ([e0a3651c](https://github.com/davidmigloz/langchain_dart/commit/e0a3651c1457065808e1306c7f498eb716159583))
- **FEAT**: Support Together AI API ([#296](https://github.com/davidmigloz/langchain_dart/issues/296)). ([ca6f23d5](https://github.com/davidmigloz/langchain_dart/commit/ca6f23d53baebe8679b4bc67a7de9a705692dde3))
- **FEAT**: Support Together AI Embeddings API in openai_dart client ([#301](https://github.com/davidmigloz/langchain_dart/issues/301)). ([4a6e1045](https://github.com/davidmigloz/langchain_dart/commit/4a6e1045c13d712ec4da992dcaa097a7b5c2a626))
- **FEAT**: Add usage to Run/RunStep in openai_dart client ([#302](https://github.com/davidmigloz/langchain_dart/issues/302)). ([cc6538b5](https://github.com/davidmigloz/langchain_dart/commit/cc6538b53394d04084276d8687ec5d7cbb5b5506))

#### `vertex_ai` - `v0.0.9`

- **FEAT**: Add count tokens method to vertex_ai client ([#306](https://github.com/davidmigloz/langchain_dart/issues/306)). ([54ae317d](https://github.com/davidmigloz/langchain_dart/commit/54ae317dda43f0313dca708d3831633252113c81))

#### `mistralai_dart` - `v0.0.2+2`

- **REFACTOR**: Update safe_mode and max temperature in Mistral chat ([#300](https://github.com/davidmigloz/langchain_dart/issues/300)). ([1a4ccd1e](https://github.com/davidmigloz/langchain_dart/commit/1a4ccd1e7d1907e340ce609cc6ba8d0543ee3421))

## 2024-01-13

### Changes
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,8 +13,8 @@ dependencies:
flutter_bloc: ^8.1.3
flutter_markdown: ^0.6.17
js: ^0.6.7
langchain: ^0.3.2
langchain_openai: ^0.3.2
langchain: ^0.3.3
langchain_openai: ^0.3.3
shared_preferences: ^2.2.0

flutter:
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,9 +7,9 @@ environment:
sdk: ^3.0.5

dependencies:
langchain: ^0.3.2
langchain_chroma: ^0.1.0+12
langchain_google: ^0.2.3
langchain_mistralai: ^0.0.2
langchain_ollama: ^0.0.3
langchain_openai: ^0.3.2
langchain: ^0.3.3
langchain_chroma: ^0.1.0+13
langchain_google: ^0.2.3+1
langchain_mistralai: ^0.0.2+1
langchain_ollama: ^0.0.3+1
langchain_openai: ^0.3.3
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.0.5

dependencies:
langchain: ^0.3.2
langchain_openai: ^0.3.2
langchain: ^0.3.3
langchain_openai: ^0.3.3
shelf: ^1.4.1
shelf_router: ^1.1.4
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.0.5

dependencies:
langchain: ^0.3.2
langchain_openai: ^0.3.2
langchain: ^0.3.3
langchain_openai: ^0.3.3
4 changes: 2 additions & 2 deletions examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
sdk: flutter
equatable: ^2.0.5
flutter_bloc: ^8.1.3
langchain: ^0.3.2
langchain_openai: ^0.3.2
langchain: ^0.3.3
langchain_openai: ^0.3.3

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/vertex_ai_matching_engine_setup/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
gcloud: ^0.8.12
googleapis_auth: ^1.4.1
http: ^1.1.0
vertex_ai: ^0.0.8
vertex_ai: ^0.0.9
4 changes: 4 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3

- **DOCS**: Add Anyscale and Together AI documentation ([#305](https://github.com/davidmigloz/langchain_dart/issues/305)). ([7daa3eb0](https://github.com/davidmigloz/langchain_dart/commit/7daa3eb052c32baa7473d7532c795b7f242ed9fc))

## 0.3.2

- **REFACTOR**(llms): Make all LLM options fields nullable and add copyWith ([#284](https://github.com/davidmigloz/langchain_dart/issues/284)). ([57eceb9b](https://github.com/davidmigloz/langchain_dart/commit/57eceb9b47da42cf19f64ddd88bfbd2c9676fd5e))
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2
version: 0.3.3
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 Down
2 changes: 1 addition & 1 deletion packages/langchain_amazon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_anthropic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/langchain_chroma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+13

- Update a dependency to the latest release.

## 0.1.0+12

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 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.1.0+12
version: 0.1.0+13
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_chroma
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,10 +19,10 @@ environment:
dependencies:
chromadb: ^0.1.1
http: ^1.1.0
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.3
langchain_openai: ^0.3.2
langchain_openai: ^0.3.3
2 changes: 1 addition & 1 deletion packages/langchain_cohere/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

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
@@ -1,3 +1,7 @@
## 0.2.3+1

- **REFACTOR**: Remove tiktoken in favour of countTokens API on VertexAI ([#307](https://github.com/davidmigloz/langchain_dart/issues/307)). ([8158572b](https://github.com/davidmigloz/langchain_dart/commit/8158572b15c0525b9caa9bc71fbbbee6ab4458fe))

## 0.2.3

- **REFACTOR**: Use cl100k_base encoding model when no tokenizer is available ([#295](https://github.com/davidmigloz/langchain_dart/issues/295)). ([ca908e80](https://github.com/davidmigloz/langchain_dart/commit/ca908e8011a168a74240310c78abb3c590654a49))
Expand Down
6 changes: 3 additions & 3 deletions 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 (VertexAI, PaLM, Matching Engine, etc.).
version: 0.2.3
version: 0.2.3+1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_google
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -23,10 +23,10 @@ dependencies:
googleapis: ^12.0.0
googleapis_auth: ^1.4.1
http: ^1.1.0
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1
uuid: ^4.0.0
vertex_ai: ^0.0.8
vertex_ai: ^0.0.9

dev_dependencies:
test: ^1.24.3
2 changes: 1 addition & 1 deletion packages/langchain_huggingface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_microsoft/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/langchain_mistralai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2+1

- **REFACTOR**: Update safe_mode and max temperature in Mistral chat ([#300](https://github.com/davidmigloz/langchain_dart/issues/300)). ([1a4ccd1e](https://github.com/davidmigloz/langchain_dart/commit/1a4ccd1e7d1907e340ce609cc6ba8d0543ee3421))

## 0.0.2

- **REFACTOR**: Use cl100k_base encoding model when no tokenizer is available ([#295](https://github.com/davidmigloz/langchain_dart/issues/295)). ([ca908e80](https://github.com/davidmigloz/langchain_dart/commit/ca908e8011a168a74240310c78abb3c590654a49))
Expand Down
6 changes: 3 additions & 3 deletions packages/langchain_mistralai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_mistralai
description: LangChain.dart integration module for Mistral AI (Mistral-7B, Mixtral 8x7B, embeddings, etc.).
version: 0.0.2
version: 0.0.2+1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_mistralai
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,10 +19,10 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain: ^0.3.2
langchain: ^0.3.3
langchain_tiktoken: ^1.0.1
meta: ^1.9.1
mistralai_dart: ^0.0.2+1
mistralai_dart: ^0.0.2+2

dev_dependencies:
test: ^1.24.5
4 changes: 4 additions & 0 deletions packages/langchain_ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3+1

- Update a dependency to the latest release.

## 0.0.3

- **REFACTOR**: Use cl100k_base encoding model when no tokenizer is available ([#295](https://github.com/davidmigloz/langchain_dart/issues/295)). ([ca908e80](https://github.com/davidmigloz/langchain_dart/commit/ca908e8011a168a74240310c78abb3c590654a49))
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain_ollama/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_ollama
description: LangChain.dart integration module for Ollama (run Llama 2, Mistral, Vicuna and other models locally).
version: 0.0.3
version: 0.0.3+1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_ollama
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,7 +19,7 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain: ^0.3.2
langchain: ^0.3.3
langchain_tiktoken: ^1.0.1
meta: ^1.9.1
ollama_dart: ^0.0.2
Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.3

- **FEAT**: Support Anyscale in ChatOpenAI and OpenAIEmbeddings wrappers ([#305](https://github.com/davidmigloz/langchain_dart/issues/305)). ([7daa3eb0](https://github.com/davidmigloz/langchain_dart/commit/7daa3eb052c32baa7473d7532c795b7f242ed9fc))
- **FEAT**: Support Together AI API in ChatOpenAI wrapper ([#297](https://github.com/davidmigloz/langchain_dart/issues/297)). ([28ab56af](https://github.com/davidmigloz/langchain_dart/commit/28ab56aff35c93a6835e5f22397d47da9e45fe40))
- **FEAT**: Support Together AI in OpenAIEmbeddings wrapper ([#304](https://github.com/davidmigloz/langchain_dart/issues/304)). ([ddc761d6](https://github.com/davidmigloz/langchain_dart/commit/ddc761d65154be2df1efc202d9e7e6b2e60e7ac2))

## 0.3.2

- **FEAT**(chat-models): Support OpenRouter API in ChatOpenAI wrapper ([#292](https://github.com/davidmigloz/langchain_dart/issues/292)). ([c6e7e5be](https://github.com/davidmigloz/langchain_dart/commit/c6e7e5beeb03c32a93b062aab874cae3da0a52d9)) ([docs](https://langchaindart.com/#/modules/model_io/models/chat_models/integrations/open_router))
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-3, GPT-4, Functions, etc.).
version: 0.3.2
version: 0.3.3
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_openai
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,10 +19,10 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain: ^0.3.2
langchain: ^0.3.3
langchain_tiktoken: ^1.0.1
meta: ^1.9.1
openai_dart: ^0.1.4
openai_dart: ^0.1.5
uuid: ^4.0.0

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/langchain_pinecone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6+12

- Update a dependency to the latest release.

## 0.0.6+11

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_pinecone
description: LangChain.dart integration module for Pinecone fully-managed vector database.
version: 0.0.6+11
version: 0.0.6+12
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_pinecone
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -18,11 +18,11 @@ environment:

dependencies:
http: ^1.1.0
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1
pinecone: ^0.7.2
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.3
langchain_openai: ^0.3.2
langchain_openai: ^0.3.3
2 changes: 1 addition & 1 deletion packages/langchain_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_weaviate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_wikipedia/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.3.2
langchain: ^0.3.3
meta: ^1.9.1

dev_dependencies:
Expand Down
Loading

0 comments on commit 95919ce

Please sign in to comment.