diff --git a/poetry.lock b/poetry.lock index e4515af..4db3cd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -717,20 +717,20 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pyjwt" -version = "2.8.0" +version = "2.9.0" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"}, - {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"}, + {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, + {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, ] [package.extras] crypto = ["cryptography (>=3.4.0)"] -dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"] -docs = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"] +dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] +docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] @@ -1280,4 +1280,4 @@ extended-testing = [] [metadata] lock-version = "2.1" python-versions = ">=3.8,<4.0.0,!=3.9.7 " -content-hash = "40d6f0c23b79526d24d1cf8281aae9a0ae1a83c2bae186b7ba953ad71bf8248b" +content-hash = "8c70170ddc05600adcb8a8895295dc5551dcccfa575c0df44afa82d76b2f8198" diff --git a/pyproject.toml b/pyproject.toml index 3484921..d7dbbf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zai-sdk" -version = "0.0.3.4" +version = "0.0.3.5" description = "A SDK library for accessing big model apis from Z.ai" authors = ["Z.ai"] readme = "README.md" @@ -12,7 +12,7 @@ httpx = ">=0.23.0" pydantic = ">=1.9.0,<3.0" pydantic-core = ">=2.14.6" cachetools = ">=4.2.2" -pyjwt = "~=2.8.0" +pyjwt = ">=2.9.0,<3.0.0" [tool.poetry.group.test.dependencies] diff --git a/src/zai/_version.py b/src/zai/_version.py index abb4a45..eb544eb 100644 --- a/src/zai/_version.py +++ b/src/zai/_version.py @@ -1,2 +1,2 @@ __title__ = 'Z.ai' -__version__ = '0.0.3.4' +__version__ = '0.0.3.5' diff --git a/tests/integration_tests/asr1.wav b/tests/integration_tests/asr1.wav new file mode 100644 index 0000000..519f350 Binary files /dev/null and b/tests/integration_tests/asr1.wav differ