Skip to content

Commit da2343e

Browse files
chore: update lockfile
1 parent 11f8070 commit da2343e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ license = "Apache-2.0"
77
authors = [
88
{ name = "Julep", email = "[email protected]" },
99
]
10+
1011
dependencies = [
11-
"httpx>=0.23.0, <1",
12-
"pydantic>=1.9.0, <3",
13-
"typing-extensions>=4.10, <5",
14-
"anyio>=3.5.0, <5",
15-
"distro>=1.7.0, <2",
16-
"sniffio",
12+
"httpx>=0.23.0, <1",
13+
"pydantic>=1.9.0, <3",
14+
"typing-extensions>=4.10, <5",
15+
"anyio>=3.5.0, <5",
16+
"distro>=1.7.0, <2",
17+
"sniffio",
1718
"ruamel.yaml>=0.18.6, <0.19",
1819
"python-dotenv>=1.0, <1.1",
1920
]
21+
2022
requires-python = ">= 3.9"
2123
classifiers = [
2224
"Typing :: Typed",

0 commit comments

Comments
 (0)