Skip to content

Commit

Permalink
Merge pull request #215 from griptape-ai:pin/openai
Browse files Browse the repository at this point in the history
pinned openai
  • Loading branch information
shhlife authored Jan 2, 2025
2 parents 77d9cda + aa217cf commit 05b1e96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security -->

## [2.1.02] - 2025-03-01
### Fixed
- Pinned `openai` to `>=1.58.1`

## [2.1.01] - 2025-03-01
### Fixed
- Updated `attrs` library to `>=24.3.0`
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "comfyui-griptape"
version = "2.1.01"
version = "2.1.02"
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI."
authors = ["Jason Schleifer <jason.schleifer@gmail.com>"]
readme = "README.md"
Expand All @@ -9,9 +9,9 @@ readme = "README.md"
[project]
name = "comfyui-griptape"
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI."
version = "2.1.01"
version = "2.1.02"
license = {file = "LICENSE"}
dependencies = ["attrs==^24.3.0", "griptape[all]==^1.1.0", "python-dotenv", "poetry==1.8.5", "griptape-black-forest @ git+https://github.com/griptape-ai/griptape-black-forest.git"]
dependencies = ["attrs==^24.3.0", "openai==^1.58.1", "griptape[all]==^1.1.0", "python-dotenv", "poetry==1.8.5", "griptape-black-forest @ git+https://github.com/griptape-ai/griptape-black-forest.git"]

[project.urls]
Repository = "https://github.com/griptape-ai/ComfyUI-Griptape"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
attrs>=24.3.0
openai>=1.58.1
griptape[all]==1.1.0
python-dotenv
poetry==1.8.5
Expand Down

0 comments on commit 05b1e96

Please sign in to comment.