Update OI version in pyproject.toml

This commit is contained in:
Ty Fiero 2024-03-29 07:26:42 -07:00
parent a15fc11570
commit 47133b7e07
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ psutil = "^5.9.8"
typer = "^0.9.0"
platformdirs = "^4.2.0"
rich = "^13.7.1"
open-interpreter = {extras = ["os"], version = "^0.2.3"}
open-interpreter = {extras = ["os"], version = "^0.2.4"}
dateparser = "^1.2.0"
pytimeparse = "^1.1.8"
python-crontab = "^3.0.0"