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 Oct 14, 2024
1 parent e7ddd55 commit 92cc318
Show file tree
Hide file tree
Showing 22 changed files with 69 additions and 24 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`openai_dart` - `v0.4.2+2`](#openai_dart---v0422)
- [`openai_realtime_dart` - `v0.0.1+2`](#openai_realtime_dart---v0012)
- [`langchain_openai` - `v0.7.2+3`](#langchain_openai---v0723)

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_openai` - `v0.7.2+3`

---

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

- **FIX**: Tool calling not working in openai_realtime_dart ([#572](https://github.com/davidmigloz/langchain_dart/issues/572)). ([f6b14919](https://github.com/davidmigloz/langchain_dart/commit/f6b14919463353a3d1a8eb2f1b8eb83c45340fa1))

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

- **DOCS**: Fix typo in openai_dart. ([e7ddd558](https://github.com/davidmigloz/langchain_dart/commit/e7ddd558da643e3cc59581b8b0e69473c7cb9779))


## 2024-10-09

### Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/browser_summarizer/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+2"
version: "0.7.2+3"
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+1"
version: "0.4.2+2"
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 @@ -15,7 +15,7 @@ dependencies:
js: ^0.7.1
langchain: ^0.7.7+1
langchain_community: 0.3.2+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
shared_preferences: ^2.3.0

flutter:
Expand Down
4 changes: 2 additions & 2 deletions examples/docs_examples/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+2"
version: "0.7.2+3"
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+1"
version: "0.4.2+2"
path:
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 @@ -14,4 +14,4 @@ dependencies:
langchain_google: ^0.6.4+1
langchain_mistralai: ^0.2.3+1
langchain_ollama: ^0.3.2+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
4 changes: 2 additions & 2 deletions examples/hello_world_backend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+2"
version: "0.7.2+3"
langchain_tiktoken:
dependency: transitive
description:
Expand All @@ -148,7 +148,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2+1"
version: "0.4.2+2"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world_backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ environment:

dependencies:
langchain: ^0.7.7+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
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 @@ -117,7 +117,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+2"
version: "0.7.2+3"
langchain_tiktoken:
dependency: transitive
description:
Expand All @@ -140,7 +140,7 @@ packages:
path: "../../packages/openai_dart"
relative: true
source: path
version: "0.4.2+1"
version: "0.4.2+2"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:

dependencies:
langchain: ^0.7.7+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
4 changes: 2 additions & 2 deletions examples/hello_world_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ packages:
path: "../../packages/langchain_openai"
relative: true
source: path
version: "0.7.2+2"
version: "0.7.2+3"
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+1"
version: "0.4.2+2"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
langchain_google: ^0.6.4+1
langchain_mistralai: ^0.2.3+1
langchain_ollama: ^0.3.2+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
dev_dependencies:
test: ^1.25.8
langchain_community: ^0.3.2+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
langchain_ollama: ^0.3.2+1
2 changes: 1 addition & 1 deletion packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dev_dependencies:
test: ^1.25.8
langchain: ^0.7.7+1
langchain_community: 0.3.2+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
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+2
langchain_openai: ^0.7.2+3
objectbox_generator: ^4.0.1
test: ^1.25.8

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+3

- Update a dependency to the latest release.

## 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))
Expand Down
4 changes: 2 additions & 2 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+2
version: 0.7.2+3
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,7 +22,7 @@ dependencies:
langchain_core: 0.3.6
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
openai_dart: ^0.4.2+1
openai_dart: ^0.4.2+2
uuid: ^4.5.1

dev_dependencies:
Expand Down
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+2
langchain_openai: ^0.7.2+3
2 changes: 1 addition & 1 deletion packages/langchain_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dev_dependencies:
test: ^1.25.8
langchain: ^0.7.7+1
langchain_community: 0.3.2+1
langchain_openai: ^0.7.2+2
langchain_openai: ^0.7.2+3
4 changes: 4 additions & 0 deletions packages/openai_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.4.2+2

- **DOCS**: Fix typo in openai_dart. ([e7ddd558](https://github.com/davidmigloz/langchain_dart/commit/e7ddd558da643e3cc59581b8b0e69473c7cb9779))

## 0.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))
Expand Down
2 changes: 1 addition & 1 deletion packages/openai_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openai_dart
description: Dart client for the OpenAI API. Supports chat (GPT-4o, o1, etc.), completions, embeddings, images (DALL·E 3), assistants (threads, vector stores, etc.), batch, fine-tuning, etc.
version: 0.4.2+1
version: 0.4.2+2
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/openai_dart
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:openai_dart
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
4 changes: 4 additions & 0 deletions packages/openai_realtime_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.0.1+2

- **FIX**: Tool calling not working ([#572](https://github.com/davidmigloz/langchain_dart/issues/572)). ([f6b14919](https://github.com/davidmigloz/langchain_dart/commit/f6b14919463353a3d1a8eb2f1b8eb83c45340fa1))

## 0.0.1+1

- **DOCS**: Add note about the openai_dart client. ([26de8d97](https://github.com/davidmigloz/langchain_dart/commit/26de8d974fcd27fec857b93cc309e76860777dea))
Expand Down
2 changes: 1 addition & 1 deletion packages/openai_realtime_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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+1
version: 0.0.1+2
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
Expand Down

0 comments on commit 92cc318

Please sign in to comment.