Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69edeb commit 85a91adCopy full SHA for 85a91ad
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"distro>=1.7.0, <2",
16
"sniffio",
17
"tqdm > 4",
18
- "jiter>=0.4.0, <1",
+ "jiter>=0.10.0, <1",
19
]
20
requires-python = ">= 3.8"
21
classifiers = [
requirements-dev.lock
@@ -91,7 +91,7 @@ importlib-metadata==7.0.0
91
iniconfig==2.0.0
92
# via pytest
93
inline-snapshot==0.28.0
94
-jiter==0.5.0
+jiter==0.11.0
95
# via openai
96
markdown-it-py==3.0.0
97
# via rich
requirements.lock
@@ -51,7 +51,7 @@ idna==3.4
51
# via anyio
52
# via httpx
53
# via yarl
54
-jiter==0.6.1
55
56
multidict==6.5.0
57
# via aiohttp
0 commit comments