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 Aug 22, 2024
1 parent 7ac4e3e commit 9dff3cf
Show file tree
Hide file tree
Showing 43 changed files with 287 additions and 87 deletions.
92 changes: 91 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,96 @@
# Change Log

Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details about each release.
📣 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-08-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`langchain` - `v0.7.5`](#langchain---v075)
- [`langchain_core` - `v0.3.5`](#langchain_core---v035)
- [`langchain_community` - `v0.3.1`](#langchain_community---v031)
- [`langchain_openai` - `v0.7.1`](#langchain_openai---v071)
- [`langchain_ollama` - `v0.3.1`](#langchain_ollama---v031)
- [`langchain_google` - `v0.6.2`](#langchain_google---v062)
- [`langchain_mistralai` - `v0.2.3`](#langchain_mistralai---v023)
- [`ollama_dart` - `v0.2.1`](#ollama_dart---v021)
- [`openai_dart` - `v0.4.1`](#openai_dart---v041)
- [`langchain_firebase` - `v0.2.1+1`](#langchain_firebase---v0211)
- [`langchain_supabase` - `v0.1.1+2`](#langchain_supabase---v0112)
- [`langchain_pinecone` - `v0.1.0+8`](#langchain_pinecone---v0108)
- [`langchain_anthropic` - `v0.1.1+1`](#langchain_anthropic---v0111)
- [`langchain_chroma` - `v0.2.1+2`](#langchain_chroma---v0212)

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_firebase` - `v0.2.1+1`
- `langchain_supabase` - `v0.1.1+2`
- `langchain_pinecone` - `v0.1.0+8`
- `langchain_anthropic` - `v0.1.1+1`
- `langchain_chroma` - `v0.2.1+2`

---

#### `langchain` - `v0.7.5`

- **FEAT**: Add ToolsAgent for models with tool-calling support ([#530](https://github.com/davidmigloz/langchain_dart/issues/530)). ([f3ee5b44](https://github.com/davidmigloz/langchain_dart/commit/f3ee5b44c4ffa378343ec4ee1e08d8e594a6cb36))
- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))
- **DOCS**: Add Code Assist AI in README and documentation ([#538](https://github.com/davidmigloz/langchain_dart/issues/538)). ([e752464c](https://github.com/davidmigloz/langchain_dart/commit/e752464c0d2fc7e0ccc878933b0ef934c9527567))

#### `langchain_core` - `v0.3.5`

- **FEAT**: Add copyWith method to all RunnableOptions subclasses ([#531](https://github.com/davidmigloz/langchain_dart/issues/531)). ([42c8d480](https://github.com/davidmigloz/langchain_dart/commit/42c8d480041e7ca331e4928c46536037c06dbff0))
- **FEAT**: Support OpenAI's strict mode for tool calling in ChatOpenAI ([#536](https://github.com/davidmigloz/langchain_dart/issues/536)). ([71623f49](https://github.com/davidmigloz/langchain_dart/commit/71623f490289e63252165167305e00038d800be1))
- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))

#### `langchain_community` - `v0.3.1`

- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))

#### `langchain_openai` - `v0.7.1`

- **FEAT**: Add support for Structured Outputs in ChatOpenAI ([#526](https://github.com/davidmigloz/langchain_dart/issues/526)). ([c5387b5d](https://github.com/davidmigloz/langchain_dart/commit/c5387b5dd87fe2aac511c4eca2d4a497065db61f))
- **FEAT**: Handle refusal in OpenAI's Structured Outputs API ([#533](https://github.com/davidmigloz/langchain_dart/issues/533)). ([f4c4ed99](https://github.com/davidmigloz/langchain_dart/commit/f4c4ed9902177560f13fa9f44b07f0a49c3fdf0a))
- **FEAT**: Include logprobs in result metadata from ChatOpenAI ([#535](https://github.com/davidmigloz/langchain_dart/issues/535)). ([1834b3ad](https://github.com/davidmigloz/langchain_dart/commit/1834b3adb210b7d190a7e0574a304f069813486b))
- **FEAT**: Add chatgpt-4o-latest to model catalog ([#527](https://github.com/davidmigloz/langchain_dart/issues/527)). ([ec82c760](https://github.com/davidmigloz/langchain_dart/commit/ec82c760582eed123d6e5d3287c24f82ac251df7))
- **FEAT**: Add gpt-4o-2024-08-06 to model catalog ([#522](https://github.com/davidmigloz/langchain_dart/issues/522)). ([563200e0](https://github.com/davidmigloz/langchain_dart/commit/563200e0bb9d021d9cb3e46e7a77d96cf3860b1c))
- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))
- **REFACTOR**: Don't send OpenAI-Beta header in ChatOpenAI ([#511](https://github.com/davidmigloz/langchain_dart/issues/511)). ([0e532bab](https://github.com/davidmigloz/langchain_dart/commit/0e532bab84483bf9d77a0d745f1a591eea2ff7c8))

#### `langchain_ollama` - `v0.3.1`

- **FEAT**: Add support for min_p in Ollama ([#512](https://github.com/davidmigloz/langchain_dart/issues/512)). ([e40d54b2](https://github.com/davidmigloz/langchain_dart/commit/e40d54b2e729d8fb6bf14bb4ea97820121bc85c7))
- **FEAT**: Add copyWith method to all RunnableOptions subclasses ([#531](https://github.com/davidmigloz/langchain_dart/issues/531)). ([42c8d480](https://github.com/davidmigloz/langchain_dart/commit/42c8d480041e7ca331e4928c46536037c06dbff0))

#### `langchain_google` - `v0.6.2`

- **FEAT**: Add copyWith method to all RunnableOptions subclasses ([#531](https://github.com/davidmigloz/langchain_dart/issues/531)). ([42c8d480](https://github.com/davidmigloz/langchain_dart/commit/42c8d480041e7ca331e4928c46536037c06dbff0))

#### `langchain_mistralai` - `v0.2.3`

- **FEAT**: Add copyWith method to all RunnableOptions subclasses ([#531](https://github.com/davidmigloz/langchain_dart/issues/531)). ([42c8d480](https://github.com/davidmigloz/langchain_dart/commit/42c8d480041e7ca331e4928c46536037c06dbff0))

#### `openai_dart` - `v0.4.1`

- **FEAT**: Add support for Structured Outputs ([#525](https://github.com/davidmigloz/langchain_dart/issues/525)). ([c7574077](https://github.com/davidmigloz/langchain_dart/commit/c7574077195acfc96e9ca9d526cc050788c23c1d))
- **FEAT**: Add log probabilities for refusal tokens ([#534](https://github.com/davidmigloz/langchain_dart/issues/534)). ([8470a24c](https://github.com/davidmigloz/langchain_dart/commit/8470a24cc42042e20ffffa4b67bc831e03efbc6c))
- **FEAT**: Add gpt-4o-2024-08-06 to model catalog ([#522](https://github.com/davidmigloz/langchain_dart/issues/522)). ([563200e0](https://github.com/davidmigloz/langchain_dart/commit/563200e0bb9d021d9cb3e46e7a77d96cf3860b1c))
- **FEAT**: Add chatgpt-4o-latest to model catalog ([#527](https://github.com/davidmigloz/langchain_dart/issues/527)). ([ec82c760](https://github.com/davidmigloz/langchain_dart/commit/ec82c760582eed123d6e5d3287c24f82ac251df7))

#### `ollama_dart` - `v0.2.1`

- **FEAT**: Add support for min_p in Ollama ([#512](https://github.com/davidmigloz/langchain_dart/issues/512)). ([e40d54b2](https://github.com/davidmigloz/langchain_dart/commit/e40d54b2e729d8fb6bf14bb4ea97820121bc85c7))


## 2024-07-26

Expand Down
6 changes: 3 additions & 3 deletions examples/browser_summarizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
flutter_bloc: ^8.1.6
flutter_markdown: ^0.7.3
js: ^0.7.1
langchain: ^0.7.4
langchain_community: 0.3.0
langchain_openai: ^0.7.0
langchain: ^0.7.5
langchain_community: 0.3.1
langchain_openai: ^0.7.1
shared_preferences: ^2.3.0

flutter:
Expand Down
16 changes: 8 additions & 8 deletions examples/docs_examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
langchain: ^0.7.4
langchain_anthropic: ^0.1.1
langchain_chroma: ^0.2.1+1
langchain_community: 0.3.0
langchain_google: ^0.6.1
langchain_mistralai: ^0.2.2
langchain_ollama: ^0.3.0
langchain_openai: ^0.7.0
langchain: ^0.7.5
langchain_anthropic: ^0.1.1+1
langchain_chroma: ^0.2.1+2
langchain_community: 0.3.1
langchain_google: ^0.6.2
langchain_mistralai: ^0.2.3
langchain_ollama: ^0.3.1
langchain_openai: ^0.7.1
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.4.0 <4.0.0"

dependencies:
langchain: ^0.7.4
langchain_openai: ^0.7.0
langchain: ^0.7.5
langchain_openai: ^0.7.1
shelf: ^1.4.2
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.4.0 <4.0.0"

dependencies:
langchain: ^0.7.4
langchain_openai: ^0.7.0
langchain: ^0.7.5
langchain_openai: ^0.7.1
10 changes: 5 additions & 5 deletions examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
equatable: ^2.0.5
flutter_bloc: ^8.1.6
flutter_markdown: ^0.7.3
langchain: ^0.7.4
langchain_google: ^0.6.1
langchain_mistralai: ^0.2.2
langchain_ollama: ^0.3.0
langchain_openai: ^0.7.0
langchain: ^0.7.5
langchain_google: ^0.6.2
langchain_mistralai: ^0.2.3
langchain_ollama: ^0.3.1
langchain_openai: ^0.7.1

flutter:
uses-material-design: true
6 changes: 3 additions & 3 deletions examples/wikivoyage_eu/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
langchain: ^0.7.4
langchain_ollama: ^0.3.0
langchain_community: 0.3.0
langchain: ^0.7.5
langchain_ollama: ^0.3.1
langchain_community: 0.3.1
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ command:
branch: main
changelogs:
- path: CHANGELOG.md
description: "Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details about each release."
description: "📣 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."
packageFilters:
no-private: true
bootstrap:
Expand Down
4 changes: 3 additions & 1 deletion packages/anthropic_sdk_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.1.0

Expand Down
4 changes: 3 additions & 1 deletion packages/chromadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.2.0+1

Expand Down
4 changes: 3 additions & 1 deletion packages/googleai_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.1.0+2

Expand Down
10 changes: 9 additions & 1 deletion packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.7.5

- **FEAT**: Add ToolsAgent for models with tool-calling support ([#530](https://github.com/davidmigloz/langchain_dart/issues/530)). ([f3ee5b44](https://github.com/davidmigloz/langchain_dart/commit/f3ee5b44c4ffa378343ec4ee1e08d8e594a6cb36))
- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))
- **DOCS**: Add Code Assist AI in README and documentation ([#538](https://github.com/davidmigloz/langchain_dart/issues/538)). ([e752464c](https://github.com/davidmigloz/langchain_dart/commit/e752464c0d2fc7e0ccc878933b0ef934c9527567))

## 0.7.4

Expand Down
10 changes: 5 additions & 5 deletions 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.7.4
version: 0.7.5
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 All @@ -19,12 +19,12 @@ dependencies:
characters: ^1.3.0
collection: ^1.18.0
crypto: ^3.0.3
langchain_core: 0.3.4
langchain_core: 0.3.5
meta: ^1.11.0
uuid: ^4.4.2

dev_dependencies:
test: ^1.25.8
langchain_community: ^0.3.0
langchain_openai: ^0.7.0
langchain_ollama: ^0.3.0
langchain_community: ^0.3.1
langchain_openai: ^0.7.1
langchain_ollama: ^0.3.1
8 changes: 7 additions & 1 deletion packages/langchain_anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.1.1+1

- Update a dependency to the latest release.

## 0.1.1

Expand Down
4 changes: 2 additions & 2 deletions packages/langchain_anthropic/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_anthropic
description: Anthropic module for LangChain.dart (Claude 3.5 Sonnet, Opus, Haiku, Instant, etc.).
version: 0.1.1
version: 0.1.1+1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_anthropic
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_anthropic
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -19,7 +19,7 @@ dependencies:
anthropic_sdk_dart: ^0.1.0
collection: ^1.18.0
http: ^1.2.2
langchain_core: 0.3.4
langchain_core: 0.3.5
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
rxdart: ">=0.27.7 <0.29.0"
Expand Down
8 changes: 7 additions & 1 deletion packages/langchain_chroma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.2.1+2

- Update a dependency to the latest release.

## 0.2.1+1

Expand Down
10 changes: 5 additions & 5 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.2.1+1
version: 0.2.1+2
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
Expand All @@ -19,12 +19,12 @@ environment:
dependencies:
chromadb: ^0.2.0+1
http: ^1.2.2
langchain_core: 0.3.4
langchain_core: 0.3.5
meta: ^1.11.0
uuid: ^4.4.2

dev_dependencies:
test: ^1.25.8
langchain: ^0.7.4
langchain_community: 0.3.0
langchain_openai: ^0.7.0
langchain: ^0.7.5
langchain_community: 0.3.1
langchain_openai: ^0.7.1
8 changes: 7 additions & 1 deletion packages/langchain_community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.3.1

- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))

## 0.3.0

Expand Down
6 changes: 3 additions & 3 deletions packages/langchain_community/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_community
description: LangChain.dart third-party integrations that don't have a dedicated package.
version: 0.3.0
version: 0.3.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
Expand All @@ -22,7 +22,7 @@ dependencies:
flat_buffers: ^23.5.26
http: ^1.2.2
json_path: ^0.7.4
langchain_core: 0.3.4
langchain_core: 0.3.5
math_expressions: ^2.6.0
meta: ^1.11.0
objectbox: ^4.0.1
Expand All @@ -31,7 +31,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
langchain_openai: ^0.7.0
langchain_openai: ^0.7.1
objectbox_generator: ^4.0.1
test: ^1.25.8

Expand Down
10 changes: 9 additions & 1 deletion packages/langchain_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.3.5

- **FEAT**: Add copyWith method to all RunnableOptions subclasses ([#531](https://github.com/davidmigloz/langchain_dart/issues/531)). ([42c8d480](https://github.com/davidmigloz/langchain_dart/commit/42c8d480041e7ca331e4928c46536037c06dbff0))
- **FEAT**: Support OpenAI's strict mode for tool calling in ChatOpenAI ([#536](https://github.com/davidmigloz/langchain_dart/issues/536)). ([71623f49](https://github.com/davidmigloz/langchain_dart/commit/71623f490289e63252165167305e00038d800be1))
- **FEAT**: Deprecate OpenAIToolsAgent in favour of ToolsAgent ([#532](https://github.com/davidmigloz/langchain_dart/issues/532)). ([68d8011a](https://github.com/davidmigloz/langchain_dart/commit/68d8011a9aa09368875ba0434839d12623ba2bab))

## 0.3.4

Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_core
description: Contains core abstractions of LangChain.dart and the LangChain Expression Language (LCEL).
version: 0.3.4
version: 0.3.5
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_core
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_core
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
8 changes: 7 additions & 1 deletion packages/langchain_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
📣 Check out the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
📣 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.

---

## 0.2.1+1

- Update a dependency to the latest release.

## 0.2.1

Expand Down
Loading

0 comments on commit 9dff3cf

Please sign in to comment.