Skip to content

Commit e7e2af0

Browse files
authored
fix: update dependency pyjwt version scope (#33)
1 parent 7d30990 commit e7e2af0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zai-sdk"
3-
version = "0.0.3.4"
3+
version = "0.0.3.5"
44
description = "A SDK library for accessing big model apis from Z.ai"
55
authors = ["Z.ai"]
66
readme = "README.md"
@@ -12,7 +12,7 @@ httpx = ">=0.23.0"
1212
pydantic = ">=1.9.0,<3.0"
1313
pydantic-core = ">=2.14.6"
1414
cachetools = ">=4.2.2"
15-
pyjwt = "~=2.8.0"
15+
pyjwt = ">=2.9.0,<3.0.0"
1616

1717

1818
[tool.poetry.group.test.dependencies]

src/zai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = 'Z.ai'
2-
__version__ = '0.0.3.4'
2+
__version__ = '0.0.3.5'

tests/integration_tests/asr1.wav

240 KB
Binary file not shown.

0 commit comments

Comments
 (0)