Skip to content

Commit b0cd94f

Browse files
chore: update lockfile
1 parent 67d4c13 commit b0cd94f

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,13 +7,14 @@ license = "Apache-2.0"
77
authors = [
88
{ name = "Openlayer", email = "support@openlayer.com" },
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
"pandas; python_version >= '3.7'",
1819
"pyarrow>=15.0.2,<=17.0.0; python_version == '3.8'",
1920
"pyarrow>=18.0.0; python_version >= '3.9'",
@@ -22,6 +23,7 @@ dependencies = [
2223
"tqdm",
2324
"wrapt>=1.14.0"
2425
]
26+
2527
requires-python = ">= 3.9"
2628
classifiers = [
2729
"Typing :: Typed",

0 commit comments

Comments
 (0)