-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.6](v4.0.5...v4.0.6) (2024-07-18) ### Bug Fixes * testing aws pipeline actions that aren't tied to node16 ([75492f0](75492f0)) * updating langchain to 1.x, and adding pyproject.toml to repo ([847f91f](847f91f)) * updating langchain to 1.x, and adding pyproject.toml to repo ([6674bcb](6674bcb))
- Loading branch information
1 parent
53a44b3
commit 3b4cde4
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "4.0.5" | ||
__version__ = "4.0.6" | ||
|
||
# import os | ||
# from pathlib import Path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbrain" | ||
version = "4.0.5" | ||
version = "4.0.6" | ||
description = "A package to interact with generative AI and build specialized generative AI workflows. This project is dual-licensed under AGPL-3.0 and a separate commercial license." | ||
authors = ["Samuel Vange <[email protected]>"] | ||
readme = "README.md" | ||
|