diff --git a/poetry.lock b/poetry.lock index 91edd17..15fe865 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1657,13 +1657,13 @@ files = [ [[package]] name = "openai" -version = "1.44.1" +version = "1.47.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.44.1-py3-none-any.whl", hash = "sha256:07e2c2758d1c94151c740b14dab638ba0d04bcb41a2e397045c90e7661cdf741"}, - {file = "openai-1.44.1.tar.gz", hash = "sha256:e0ffdab601118329ea7529e684b606a72c6c9d4f05be9ee1116255fcf5593874"}, + {file = "openai-1.47.0-py3-none-any.whl", hash = "sha256:9ccc8737dfa791f7bd903db4758c176b8544a8cd89d3a3d2add3cea02a34c3a0"}, + {file = "openai-1.47.0.tar.gz", hash = "sha256:6e14d6f77c8cf546646afcd87a2ef752505b3710d2564a2e433e17307dfa86a0"}, ] [package.dependencies] @@ -2684,4 +2684,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "568bf344e526e807b2c70a9d4bbba1c45752ec783e6d9d90af40edb84a59be65" +content-hash = "e337da6419234709fcbfa375b1046ed424c52a9c8597b0dd97b196493351c25a" diff --git a/pyproject.toml b/pyproject.toml index 4b13393..bdca09a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ prettytable = "^3.11.0" parsedatetime = "^2.6" Unidecode = "^1.3.8" tortoise-orm = {extras = ["accel", "asyncpg"], version = "^0.21.6"} -openai = "^1.44.1" +openai = "^1.47.0" pydantic-settings = "^2.2.0" async-lru = "^2.0.4" hikari-lightbulb = "^2.3.5"