Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - openai_dart@0.4.4
 - openai_realtime_dart@0.0.3
 - langchain_openai@0.7.2+5
  • Loading branch information
davidmigloz committed Oct 31, 2024
1 parent 543f297 commit d272397
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 14 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`openai_dart` - `v0.4.4`](#openai_dart---v044)
- [`openai_realtime_dart` - `v0.0.3`](#openai_realtime_dart---v003)
- [`langchain_openai` - `v0.7.2+5`](#langchain_openai---v0725)

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+5`

---

#### `openai_dart` - `v0.4.4`

- **FEAT**: Add five new voice types to Chat Completions API in openai_dart ([#594](https://github.com/davidmigloz/langchain_dart/issues/594)). ([543f2977](https://github.com/davidmigloz/langchain_dart/commit/543f2977ea1e6dd6e49fa4a2ae9a084ae525003e))

#### `openai_realtime_dart` - `v0.0.3`

- **FEAT**: Add five new voice types in openai_realtime_dart and minor improvements ([#593](https://github.com/davidmigloz/langchain_dart/issues/593)). ([6d0c8d3f](https://github.com/davidmigloz/langchain_dart/commit/6d0c8d3fceaab9d3eac7c5265b1e8b50deef9cc4))
- **DOCS**: Update openai_realtime_dart README.md. ([7e9e1393](https://github.com/davidmigloz/langchain_dart/commit/7e9e139315b31308817fc71439feceb705d06ec2))


## 2024-10-29

### Changes
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+2
langchain_openai: ^0.7.2+4
langchain_openai: ^0.7.2+5
shared_preferences: ^2.3.0

flutter:
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+4
langchain_openai: ^0.7.2+5
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+4
langchain_openai: ^0.7.2+5
shelf: ^1.4.2
shelf_router: ^1.1.4
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+4
langchain_openai: ^0.7.2+5
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+4
langchain_openai: ^0.7.2+5

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+2
langchain_openai: ^0.7.2+4
langchain_openai: ^0.7.2+5
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+2
langchain_openai: ^0.7.2+4
langchain_openai: ^0.7.2+5
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+4
langchain_openai: ^0.7.2+5
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+5

- Update a dependency to the latest release.

## 0.7.2+4

- Update a dependency to the latest release.
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+4
version: 0.7.2+5
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.3
openai_dart: ^0.4.4
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+4
langchain_openai: ^0.7.2+5
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+2
langchain_openai: ^0.7.2+4
langchain_openai: ^0.7.2+5
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.4

- **FEAT**: Add five new voice types to Chat Completions API in openai_dart ([#594](https://github.com/davidmigloz/langchain_dart/issues/594)). ([543f2977](https://github.com/davidmigloz/langchain_dart/commit/543f2977ea1e6dd6e49fa4a2ae9a084ae525003e))

## 0.4.3

- **FEAT**: Add support for audio in chat completions ([#577](https://github.com/davidmigloz/langchain_dart/issues/577)). ([0fb058cd](https://github.com/davidmigloz/langchain_dart/commit/0fb058cd9215c83b0ec5a10c84b125bb44845bf5))
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.3
version: 0.4.4
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
5 changes: 5 additions & 0 deletions packages/openai_realtime_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

---

## 0.0.3

- **FEAT**: Add five new voice types in openai_realtime_dart and minor improvements ([#593](https://github.com/davidmigloz/langchain_dart/issues/593)). ([6d0c8d3f](https://github.com/davidmigloz/langchain_dart/commit/6d0c8d3fceaab9d3eac7c5265b1e8b50deef9cc4))
- **DOCS**: Update openai_realtime_dart README.md. ([7e9e1393](https://github.com/davidmigloz/langchain_dart/commit/7e9e139315b31308817fc71439feceb705d06ec2))

## 0.0.2

- **FEAT**: Make openai_realtime_dart client to strong-typed ([#590](https://github.com/davidmigloz/langchain_dart/issues/590)). ([d84e88bf](https://github.com/davidmigloz/langchain_dart/commit/d84e88bf04956df2ab6a4606aa812ae4f3b6cd31))
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.2
version: 0.0.3
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 d272397

Please sign in to comment.