-
Notifications
You must be signed in to change notification settings - Fork 872
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: ๐ fix OPENAI key setting issue and update readme * feat: ๐ธ update gpt4o * style: format code with Black This commit fixes the style issues introduced in 99581a8 according to the output from Black. Details: #229 * fix: ๐ fix OPENAI_KEY typo * style: format code with Black This commit fixes the style issues introduced in 8f9091c according to the output from Black. Details: #230 * feat: ๐ธ update openai python sdk --------- Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f072f90
commit bb768c1
Showing
6 changed files
with
27 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '"0.13.1"' | ||
__version__ = '"0.13.3"' |
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
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 = "pentestgpt" | ||
version = "0.13.1" | ||
version = "0.13.3" | ||
description = "PentestGPT is an LLM-powered penetration testing tool." | ||
authors = ["Gelei Deng <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -19,7 +19,7 @@ rich = "^13.7.1" | |
prompt-toolkit = "^3.0.43" | ||
google = "^3.0.0" | ||
pytest = "^8.1.1" | ||
openai = ">=0.27.8,<0.28.0" | ||
openai = "^1.29.0" | ||
langchain = "^0.1.13" | ||
tiktoken = "^0.6.0" | ||
pycookiecheat = "^0.6.0" | ||
|
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