@@ -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"]
7879adlfs = [" adlfs>=2024.7.0" ]
7980dynamodb = [" boto3>=1.24.59" ]
8081bigquery = [" google-cloud-bigquery>=3.33.0,<4" ]
81- zstandard = [" zstandard>=0.13.0,<1.0.0" ]
8282sql-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 ]
0 commit comments