Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85a91ad

Browse files
Giovx-uiRobertCraigie
authored andcommitted
chore(package): bump jiter to >=0.10.0 to support Python 3.14 (#2618)
Co-authored-by: Robert Craigie <[email protected]>
1 parent d69edeb commit 85a91ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"distro>=1.7.0, <2",
1616
"sniffio",
1717
"tqdm > 4",
18-
"jiter>=0.4.0, <1",
18+
"jiter>=0.10.0, <1",
1919
]
2020
requires-python = ">= 3.8"
2121
classifiers = [

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ importlib-metadata==7.0.0
9191
iniconfig==2.0.0
9292
# via pytest
9393
inline-snapshot==0.28.0
94-
jiter==0.5.0
94+
jiter==0.11.0
9595
# via openai
9696
markdown-it-py==3.0.0
9797
# via rich

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ idna==3.4
5151
# via anyio
5252
# via httpx
5353
# via yarl
54-
jiter==0.6.1
54+
jiter==0.11.0
5555
# via openai
5656
multidict==6.5.0
5757
# via aiohttp

0 commit comments

Comments
 (0)