Skip to content

Commit 628a261

Browse files
committed
Limit httpx to 0.28 series
- 1.0 breaks mistralai for now
1 parent 0677c71 commit 628a261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
"chardet",
1616
"detect-indent",
1717
"jedi",
18+
"httpx<0.29.0",
1819
"mistralai",
1920
"pathspec",
2021
"psutil",
@@ -36,4 +37,4 @@ Source = "https://github.com/open-cogsci/sigmund-analyst"
3637

3738
[project.scripts]
3839
sigmund-analyst = "pyqt_code_editor.app:launch_app"
39-
pyqt-code-editor = "pyqt_code_editor.app:launch_app"
40+
pyqt-code-editor = "pyqt_code_editor.app:launch_app"

0 commit comments

Comments
 (0)