Skip to content

Commit aa217cf

Browse files
committed
pinned openai
1 parent 77d9cda commit aa217cf

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
### Security -->
1616

17+
## [2.1.02] - 2025-03-01
18+
### Fixed
19+
- Pinned `openai` to `>=1.58.1`
20+
1721
## [2.1.01] - 2025-03-01
1822
### Fixed
1923
- Updated `attrs` library to `>=24.3.0`

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "comfyui-griptape"
3-
version = "2.1.01"
3+
version = "2.1.02"
44
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI."
55
authors = ["Jason Schleifer <jason.schleifer@gmail.com>"]
66
readme = "README.md"
@@ -9,9 +9,9 @@ readme = "README.md"
99
[project]
1010
name = "comfyui-griptape"
1111
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI."
12-
version = "2.1.01"
12+
version = "2.1.02"
1313
license = {file = "LICENSE"}
14-
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"]
14+
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"]
1515

1616
[project.urls]
1717
Repository = "https://github.com/griptape-ai/ComfyUI-Griptape"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
attrs>=24.3.0
2+
openai>=1.58.1
23
griptape[all]==1.1.0
34
python-dotenv
45
poetry==1.8.5

0 commit comments

Comments
 (0)