Merge pull request #191 from tyfiero/Upgrade-OI-version

Update OI version in pyproject.toml
This commit is contained in:
Ty Fiero 2024-03-29 07:27:19 -07:00 committed by GitHub
commit 8fca2645e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"