Skip to content

Commit f15ed18

Browse files
author
Agent-Planner
committed
fix: Update pywinpty version from 2.1 to 3.0
Updated pywinpty~=2.1 to pywinpty~=3.0 to match available versions. The latest version of pywinpty is 3.0.2, which resolves the dependency installation error on Windows.
1 parent 4a42a20 commit f15ed18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python-multipart>=0.0.22,<0.1
1111
psutil~=6.0
1212
aiofiles~=24.1
1313
apscheduler>=3.10.0,<4.0.0
14-
pywinpty~=2.1; sys_platform == "win32"
14+
pywinpty~=3.0; sys_platform == "win32"
1515
pyyaml~=6.0
1616
slowapi~=0.1.9
1717
pydantic-settings~=2.0

0 commit comments

Comments
 (0)