Skip to content

Commit 9638abb

Browse files
chore: update lockfile
1 parent 22cd586 commit 9638abb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ license = "Apache-2.0"
77
authors = [
88
{ name = "OpenAI", email = "[email protected]" },
99
]
10+
1011
dependencies = [
11-
"httpx>=0.23.0, <1",
12-
"pydantic>=1.9.0, <3",
12+
"httpx>=0.23.0, <1",
13+
"pydantic>=1.9.0, <3",
1314
"typing-extensions>=4.11, <5",
14-
"anyio>=3.5.0, <5",
15-
"distro>=1.7.0, <2",
16-
"sniffio",
15+
"anyio>=3.5.0, <5",
16+
"distro>=1.7.0, <2",
17+
"sniffio",
1718
"tqdm > 4",
1819
"jiter>=0.10.0, <1",
1920
]
21+
2022
requires-python = ">= 3.9"
2123
classifiers = [
2224
"Typing :: Typed",

0 commit comments

Comments
 (0)