Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chainforge/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flask[async]
flask_cors
requests
openai
urllib3==1.26.6
urllib3==2.6.3
mistune>=2.0
platformdirs
cryptography
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def readme():
"flask_cors",
"requests",
"platformdirs",
"urllib3==1.26.6",
"urllib3==2.6.3",
"openai",
"cryptography",
"mistune>=2.0", # for LLM response markdown parsing
Expand Down