File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,14 @@ license = "Apache-2.0"
77authors = [
88{ name = " Openlayer" , email = " support@openlayer.com" },
99]
10+
1011dependencies = [
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+
2527requires-python = " >= 3.9"
2628classifiers = [
2729 " Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments