Bumped `fastapi`
This commit is contained in:
parent
1597be78cf
commit
8ce98cc5a1
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@ packages = [
|
|||
{include = "01OS"},
|
||||
]
|
||||
include = [".env.example", "start.py", "start.sh"]
|
||||
version = "0.0.6"
|
||||
version = "0.0.8"
|
||||
description = "The open-source language model computer"
|
||||
authors = ["Killian <killian@openinterpreter.com>"]
|
||||
license = "AGPL"
|
||||
|
@ -15,7 +15,7 @@ python = ">=3.9,<3.12"
|
|||
asyncio = "^3.4.3"
|
||||
pyaudio = "^0.2.14"
|
||||
pynput = "^1.7.6"
|
||||
fastapi = "^0.109.2"
|
||||
fastapi = "^0.110.0"
|
||||
uvicorn = "^0.27.1"
|
||||
websockets = "^12.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
|
@ -25,7 +25,7 @@ pydub = "^0.25.1"
|
|||
ngrok = "^1.0.0"
|
||||
simpleaudio = "^1.0.4"
|
||||
opencv-python = "^4.9.0.80"
|
||||
open-interpreter = {version = "0.2.1-pre-r", extras = ["os"]}
|
||||
open-interpreter = {version = "0.2.1rc1", extras = ["os"]}
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Reference in New Issue