Skip to content

Commit 4089b35

Browse files
author
geruh
committed
fix pyproject.toml
1 parent b46131d commit 4089b35

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ dependencies = [
3636
"click>=7.1.1,<9.0.0",
3737
"rich>=10.11.0,<15.0.0",
3838
"strictyaml>=1.7.0,<2.0.0", # CVE-2020-14343 was fixed in 5.4.
39-
"pydantic>=2.0,<3.0,!=2.4.0,!=2.4.1,<2.12.0", # 2.4.0, 2.4.1, 2.12.0 has a critical bug
39+
"pydantic>=2.0,!=2.4.0,!=2.4.1,<2.12.0", # 2.4.0, 2.4.1, 2.12.0 has a critical bug
4040
"sortedcontainers==2.4.0",
4141
"fsspec>=2023.1.0",
4242
"pyparsing>=3.1.0,<4.0.0",
4343
"tenacity>=8.2.3,<10.0.0",
4444
"pyroaring>=1.0.0,<2.0.0",
4545
"cachetools>=5.5,<7.0",
46+
"zstandard>=0.13.0,<1.0.0"
4647
]
4748

4849
[project.optional-dependencies]
@@ -78,7 +79,6 @@ glue = ["boto3>=1.24.59"]
7879
adlfs = ["adlfs>=2024.7.0"]
7980
dynamodb = ["boto3>=1.24.59"]
8081
bigquery = ["google-cloud-bigquery>=3.33.0,<4"]
81-
zstandard = ["zstandard>=0.13.0,<1.0.0"]
8282
sql-postgres = [
8383
"sqlalchemy>=2.0.18,<3",
8484
"psycopg2-binary>=2.9.6",
@@ -147,8 +147,7 @@ include = [
147147
"tests",
148148
"Makefile",
149149
"NOTICE",
150-
"dev",
151-
"uv.lock",
150+
"dev"
152151
]
153152

154153
[tool.hatch.build.targets.wheel]

uv.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)