-
-
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.
## [5.3.4](v5.3.3...v5.3.4) (2024-08-06) ### Bug Fixes * addressing pydantic deprecation warnings by changing Extras.* to string literals and removing the call to .dict in favor of .model_dump in to_json func. ([22d4e3f](22d4e3f))
- Loading branch information
1 parent
4cd3ba4
commit d358b6c
Showing
3 changed files
with
9 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__ = "5.3.3" | ||
__version__ = "5.3.4" | ||
|
||
# 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 = "5.3.3" | ||
version = "5.3.4" | ||
description = "A package to interact with generative AI and build specialized generative AI workflows." | ||
authors = ["Samuel Vange <[email protected]>"] | ||
readme = "README.md" | ||
|