From f8ec9046f3292ff64a34e5c558c2556d814208fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:03:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20ope?= =?UTF-8?q?nai=20to=20v1.35.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdm.lock | 95 +++++++++++++++++++++++++++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 79 insertions(+), 18 deletions(-) diff --git a/pdm.lock b/pdm.lock index 1302096..fcdc2bd 100644 --- a/pdm.lock +++ b/pdm.lock @@ -3,9 +3,12 @@ [metadata] groups = ["default", "lint"] -strategy = ["cross_platform", "inherit_metadata"] -lock_version = "4.4.2" -content_hash = "sha256:7af2e279f3f8a3afa52aad85f3a6b0516b8439eca0cde6b490634984d8632eab" +strategy = ["inherit_metadata"] +lock_version = "4.5.0" +content_hash = "sha256:1ba3d01d8e0fd440b119934bed33d4a6799e8f2fe6047619ead3e31cbd470afc" + +[[metadata.targets]] +requires_python = "==3.10.*" [[package]] name = "absl-py" @@ -102,6 +105,9 @@ version = "0.7.0" requires_python = ">=3.8" summary = "Reusable constraint types to use with typing.Annotated" groups = ["default"] +dependencies = [ + "typing-extensions>=4.0.0; python_version < \"3.9\"", +] files = [ {file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"}, {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, @@ -115,6 +121,7 @@ summary = "The official Python library for the anthropic API" groups = ["default"] dependencies = [ "anyio<5,>=3.5.0", + "cached-property; python_version < \"3.8\"", "distro<2,>=1.7.0", "httpx<1,>=0.23.0", "jiter<1,>=0.4.0", @@ -162,7 +169,9 @@ version = "4.0.3" requires_python = ">=3.7" summary = "Timeout context manager for asyncio programs" groups = ["default"] -marker = "python_version < \"3.11\"" +dependencies = [ + "typing-extensions>=3.6.5; python_version < \"3.8\"", +] files = [ {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, @@ -174,6 +183,9 @@ version = "23.2.0" requires_python = ">=3.7" summary = "Classes Without Boilerplate" groups = ["default"] +dependencies = [ + "importlib-metadata; python_version < \"3.8\"", +] files = [ {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, @@ -196,6 +208,9 @@ version = "2.15.0" requires_python = ">=3.8" summary = "Internationalization utilities" groups = ["default"] +dependencies = [ + "pytz>=2015.7; python_version < \"3.9\"", +] files = [ {file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"}, {file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"}, @@ -231,6 +246,7 @@ version = "0.7.11" summary = "The Blis BLAS-like linear algebra library, as a self-contained C-extension." groups = ["default"] dependencies = [ + "numpy>=1.15.0; python_version < \"3.9\"", "numpy>=1.19.0; python_version >= \"3.9\"", ] files = [ @@ -321,6 +337,10 @@ version = "2.0.10" requires_python = ">=3.6" summary = "Super lightweight function registries for your library" groups = ["default"] +dependencies = [ + "typing-extensions>=3.6.4; python_version < \"3.8\"", + "zipp>=0.5; python_version < \"3.8\"", +] files = [ {file = "catalogue-2.0.10-py3-none-any.whl", hash = "sha256:58c2de0020aa90f4a2da7dfad161bf7b3b054c86a5f09fcedc0b2b740c109a9f"}, {file = "catalogue-2.0.10.tar.gz", hash = "sha256:4f56daa940913d3f09d589c191c74e5a6d51762b3a9e37dd53b7437afd6cda15"}, @@ -395,6 +415,7 @@ summary = "Composable command line interface toolkit" groups = ["default", "lint"] dependencies = [ "colorama; platform_system == \"Windows\"", + "importlib-metadata; python_version < \"3.8\"", ] files = [ {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, @@ -408,6 +429,7 @@ requires_python = ">=3.7" summary = "pathlib-style classes for cloud storage services." groups = ["default"] dependencies = [ + "importlib-metadata; python_version < \"3.8\"", "typing-extensions>4; python_version < \"3.11\"", ] files = [ @@ -435,6 +457,7 @@ groups = ["default"] dependencies = [ "pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4", "srsly<3.0.0,>=2.4.0", + "typing-extensions<5.0.0,>=3.7.4.1; python_version < \"3.8\"", ] files = [ {file = "confection-0.1.5-py3-none-any.whl", hash = "sha256:e29d3c3f8eac06b3f77eb9dfb4bf2fc6bcc9622a98ca00a698e3d019c6430b14"}, @@ -473,6 +496,9 @@ version = "0.0.17" requires_python = ">=3.7.0" summary = "Simple (maybe too simple), light-weight config management through python data-classes." groups = ["default"] +dependencies = [ + "dataclasses; python_version == \"3.6\"", +] files = [ {file = "coqpit-0.0.17-py3-none-any.whl", hash = "sha256:68d253214eabb30526775442227d772cbb7b297ece6b65be59c29eab00d476b9"}, {file = "coqpit-0.0.17.tar.gz", hash = "sha256:dc129c2a741f8feec35c16d0b603afafdf66064822638b4e4fd7a02a7ce05011"}, @@ -525,6 +551,7 @@ dependencies = [ "coqpit>=0.0.17", "fsspec>=2023.6.0", "numpy>=1.24.3; python_version < \"3.12\"", + "numpy>=1.26.0; python_version >= \"3.12\"", "psutil>=5", "soundfile>=0.12.0", "tensorboard>=2.17.0", @@ -645,6 +672,7 @@ requires_python = ">=3.6" summary = "A comprehensive implementation of dynamic time warping (DTW) algorithms." groups = ["default"] dependencies = [ + "numpy; python_version < \"3.9\"", "numpy>=1.23.5; python_version >= \"3.9\"", "scipy", ] @@ -1031,7 +1059,7 @@ version = "3.0.3" requires_python = ">=3.7" summary = "Lightweight in-process concurrent programming" groups = ["default"] -marker = "(platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\") and python_version < \"3.13\"" +marker = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\"" files = [ {file = "greenlet-3.0.3-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:9da2bd29ed9e4f15955dd1595ad7bc9320308a3b766ef7f837e23ad4b4aac31a"}, {file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d353cadd6083fdb056bb46ed07e4340b0869c305c8ca54ef9da3421acbdf6881"}, @@ -1072,14 +1100,17 @@ summary = "A tokenizer, text cleaner, and phonemizer for many human languages." groups = ["default"] dependencies = [ "Babel<3.0.0,>=2.8.0", + "dataclasses; python_version < \"3.7\"", "dateparser~=1.1.0", "gruut-ipa<1.0,>=0.12.0", "gruut-lang-en~=2.0.0", + "importlib-resources; python_version < \"3.9\"", "jsonlines~=1.2.0", "networkx<3.0.0,>=2.5.0", "num2words<1.0.0,>=0.5.10", "numpy<2.0.0,>=1.19.0", "python-crfsuite~=0.9.7", + "types-dataclasses; python_version < \"3.7\"", ] files = [ {file = "gruut-2.2.3.tar.gz", hash = "sha256:8d393d5e152c1aeae62798e3c8c4cbb8a528c32fd012640db5db31194cdac6f5"}, @@ -1091,6 +1122,9 @@ version = "0.13.0" requires_python = ">=3.6" summary = "Library for manipulating pronunciations using the International Phonetic Alphabet (IPA)" groups = ["default"] +dependencies = [ + "dataclasses; python_version < \"3.7\"", +] files = [ {file = "gruut-ipa-0.13.0.tar.gz", hash = "sha256:71776eb99f46e119ab14d3d4e536f54317133607cc2f6bad9711ab51f1bec66e"}, ] @@ -1154,6 +1188,9 @@ version = "0.14.0" requires_python = ">=3.7" summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" groups = ["default"] +dependencies = [ + "typing-extensions; python_version < \"3.8\"", +] files = [ {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, @@ -1182,6 +1219,7 @@ summary = "A comprehensive HTTP client library." groups = ["default"] dependencies = [ "pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2; python_version > \"3.0\"", + "pyparsing<3,>=2.4.2; python_version < \"3.0\"", ] files = [ {file = "httplib2-0.22.0-py3-none-any.whl", hash = "sha256:14ae0a53c1ba8f3d37e9e27cf37eabb0fb9980f435ba405d546948b009dd64dc"}, @@ -1293,6 +1331,9 @@ version = "6.4.0" requires_python = ">=3.8" summary = "Read resources from Python packages" groups = ["default"] +dependencies = [ + "zipp>=3.1.0; python_version < \"3.10\"", +] files = [ {file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"}, {file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"}, @@ -1307,6 +1348,7 @@ groups = ["default"] dependencies = [ "more-itertools>=8.5.0", "typeguard>=4.0.1", + "typing-extensions; python_version < \"3.9\"", ] files = [ {file = "inflect-7.3.1-py3-none-any.whl", hash = "sha256:bedbae76877b054ecf0597153725677ab618fdd69abf189cc82e0f7a6720669d"}, @@ -1395,7 +1437,9 @@ summary = "An implementation of JSON Schema validation for Python" groups = ["default"] dependencies = [ "attrs>=22.2.0", + "importlib-resources>=1.4.0; python_version < \"3.9\"", "jsonschema-specifications>=2023.03.6", + "pkgutil-resolve-name>=1.3.10; python_version < \"3.9\"", "referencing>=0.28.4", "rpds-py>=0.7.1", ] @@ -1411,6 +1455,7 @@ requires_python = ">=3.8" summary = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" groups = ["default"] dependencies = [ + "importlib-resources>=1.4.0; python_version < \"3.9\"", "referencing>=0.31.0", ] files = [ @@ -1424,6 +1469,9 @@ version = "1.4.5" requires_python = ">=3.7" summary = "A fast implementation of the Cassowary constraint solver" groups = ["default"] +dependencies = [ + "typing-extensions; python_version < \"3.8\"", +] files = [ {file = "kiwisolver-1.4.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af"}, {file = "kiwisolver-1.4.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3"}, @@ -1492,6 +1540,7 @@ requires_python = ">=3.7" summary = "Makes it easy to load subpackages and functions on demand." groups = ["default"] dependencies = [ + "importlib-metadata; python_version < \"3.8\"", "packaging", ] files = [ @@ -1593,6 +1642,9 @@ version = "3.6" requires_python = ">=3.8" summary = "Python implementation of John Gruber's Markdown." groups = ["default"] +dependencies = [ + "importlib-metadata>=4.4; python_version < \"3.10\"", +] files = [ {file = "Markdown-3.6-py3-none-any.whl", hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f"}, {file = "Markdown-3.6.tar.gz", hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"}, @@ -1642,6 +1694,7 @@ dependencies = [ "contourpy>=1.0.1", "cycler>=0.10", "fonttools>=4.22.0", + "importlib-resources>=3.2.0; python_version < \"3.10\"", "kiwisolver>=1.3.1", "numpy>=1.23", "packaging>=20.0", @@ -2027,12 +2080,13 @@ files = [ [[package]] name = "openai" -version = "1.35.14" +version = "1.35.15" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] dependencies = [ "anyio<5,>=3.5.0", + "cached-property; python_version < \"3.8\"", "distro<2,>=1.7.0", "httpx<1,>=0.23.0", "pydantic<3,>=1.9.0", @@ -2041,8 +2095,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.35.14-py3-none-any.whl", hash = "sha256:adadf8c176e0b8c47ad782ed45dc20ef46438ee1f02c7103c4155cff79c8f68b"}, - {file = "openai-1.35.14.tar.gz", hash = "sha256:394ba1dfd12ecec1d634c50e512d24ff1858bbc2674ffcce309b822785a058de"}, + {file = "openai-1.35.15-py3-none-any.whl", hash = "sha256:1b9a6ada4239b91f38f51c426c6ee2746a2069c92cbf25ed8694e5ec00ff4597"}, + {file = "openai-1.35.15.tar.gz", hash = "sha256:307007e2036d57115612c1ecb50e9bc98fcc93537109a9f9efa1b4eedb2ea968"}, ] [[package]] @@ -2117,6 +2171,8 @@ summary = "Powerful data structures for data analysis, time series, and statisti groups = ["default"] dependencies = [ "numpy>=1.22.4; python_version < \"3.11\"", + "numpy>=1.23.2; python_version == \"3.11\"", + "numpy>=1.26.0; python_version >= \"3.12\"", "python-dateutil>=2.8.2", "pytz>=2020.1", "tzdata>=2022.7", @@ -2359,6 +2415,7 @@ groups = ["default"] dependencies = [ "annotated-types>=0.4.0", "pydantic-core==2.20.1", + "typing-extensions>=4.12.2; python_version >= \"3.13\"", "typing-extensions>=4.6.1; python_version < \"3.13\"", ] files = [ @@ -2396,14 +2453,6 @@ files = [ {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:38cf1c40a921d05c5edc61a785c0ddb4bed67827069f535d794ce6bcded919fc"}, {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:e0bbdd76ce9aa5d4209d65f2b27fc6e5ef1312ae6c5333c26db3f5ade53a1e99"}, {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:254ec27fdb5b1ee60684f91683be95e5133c994cc54e86a0b0963afa25c8f8a6"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:407653af5617f0757261ae249d3fba09504d7a71ab36ac057c938572d1bc9331"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:c693e916709c2465b02ca0ad7b387c4f8423d1db7b4649c551f27a529181c5ad"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b5ff4911aea936a47d9376fd3ab17e970cc543d1b68921886e7f64bd28308d1"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:177f55a886d74f1808763976ac4efd29b7ed15c69f4d838bbd74d9d09cf6fa86"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:964faa8a861d2664f0c7ab0c181af0bea66098b1919439815ca8803ef136fc4e"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:4dd484681c15e6b9a977c785a345d3e378d72678fd5f1f3c0509608da24f2ac0"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f6d6cff3538391e8486a431569b77921adfcdef14eb18fbf19b7c0a5294d4e6a"}, - {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a6d511cc297ff0883bc3708b465ff82d7560193169a8b93260f74ecb0a5e08a7"}, {file = "pydantic_core-2.20.1.tar.gz", hash = "sha256:26ca695eeee5f9f1aeeb211ffc12f10bcb6f71e2989988fda61dabd65db878d4"}, ] @@ -2444,6 +2493,7 @@ version = "0.5.13" summary = "Nearest Neighbor Descent" groups = ["default"] dependencies = [ + "importlib-metadata>=4.8.1; python_version < \"3.8\"", "joblib>=0.11", "llvmlite>=0.30", "numba>=0.51.2", @@ -2672,6 +2722,7 @@ groups = ["default"] dependencies = [ "markdown-it-py>=2.2.0", "pygments<3.0.0,>=2.13.0", + "typing-extensions<5.0,>=4.0.0; python_version < \"3.9\"", ] files = [ {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, @@ -3014,6 +3065,7 @@ dependencies = [ "jinja2", "langcodes<4.0.0,>=3.2.0", "murmurhash<1.1.0,>=0.28.0", + "numpy>=1.15.0; python_version < \"3.9\"", "numpy>=1.19.0; python_version >= \"3.9\"", "packaging>=20.0", "preshed<3.1.0,>=3.0.2", @@ -3089,6 +3141,7 @@ summary = "Database Abstraction Library" groups = ["default"] dependencies = [ "greenlet!=0.4.17; (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\") and python_version < \"3.13\"", + "importlib-metadata; python_version < \"3.8\"", "typing-extensions>=4.6.0", ] files = [ @@ -3130,6 +3183,7 @@ summary = "The little ASGI library that shines." groups = ["default"] dependencies = [ "anyio<5,>=3.4.0", + "typing-extensions>=3.10.0; python_version < \"3.10\"", ] files = [ {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"}, @@ -3240,14 +3294,18 @@ dependencies = [ "blis<0.8.0,>=0.7.8", "catalogue<2.1.0,>=2.0.4", "confection<1.0.0,>=0.0.1", + "contextvars<3,>=2.4; python_version < \"3.7\"", "cymem<2.1.0,>=2.0.2", + "dataclasses<1.0,>=0.6; python_version < \"3.7\"", "murmurhash<1.1.0,>=1.0.2", + "numpy<2.0.0,>=1.15.0; python_version < \"3.9\"", "numpy<2.0.0,>=1.19.0; python_version >= \"3.9\"", "packaging>=20.0", "preshed<3.1.0,>=3.0.2", "pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4", "setuptools", "srsly<3.0.0,>=2.4.0", + "typing-extensions<5.0.0,>=3.7.4.1; python_version < \"3.8\"", "wasabi<1.2.0,>=0.8.1", ] files = [ @@ -3376,7 +3434,6 @@ version = "2.0.1" requires_python = ">=3.7" summary = "A lil' TOML parser" groups = ["lint"] -marker = "python_version < \"3.11\"" files = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, @@ -3541,6 +3598,7 @@ requires_python = ">=3.8" summary = "Run-time type checker for Python" groups = ["default"] dependencies = [ + "importlib-metadata>=3.6; python_version < \"3.10\"", "typing-extensions>=4.10.0", ] files = [ @@ -3594,6 +3652,7 @@ requires_python = ">=3.8" summary = "tzinfo object for the local timezone" groups = ["default"] dependencies = [ + "backports-zoneinfo; python_version < \"3.9\"", "tzdata; platform_system == \"Windows\"", ] files = [ @@ -3757,6 +3816,7 @@ summary = "A lightweight console printing and formatting toolkit" groups = ["default"] dependencies = [ "colorama>=0.4.6; sys_platform == \"win32\" and python_version >= \"3.7\"", + "typing-extensions<5.0.0,>=3.7.4.1; python_version < \"3.8\"", ] files = [ {file = "wasabi-1.1.3-py3-none-any.whl", hash = "sha256:f76e16e8f7e79f8c4c8be49b4024ac725713ab10cd7f19350ad18a8e3f71728c"}, @@ -3971,6 +4031,7 @@ groups = ["default"] dependencies = [ "idna>=2.0", "multidict>=4.0", + "typing-extensions>=3.7.4; python_version < \"3.8\"", ] files = [ {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a8c1df72eb746f4136fe9a2e72b0c9dc1da1cbd23b5372f94b5820ff8ae30e0e"}, diff --git a/pyproject.toml b/pyproject.toml index a8f0dac..dbeb4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.1", "gradio==4.38.1", - "openai==1.35.14", + "openai==1.35.15", "orjson==3.10.6", "python-dotenv==1.0.1", "PyYAML==6.0.1",