diff --git a/pyproject.toml b/pyproject.toml index 2fbcae52..29f53d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,8 @@ dependencies = [ "soda-core-snowflake>=3.3.1,<3.4.0", "soda-core-spark[databricks]>=3.3.1,<3.4.0", "soda-core-spark-df>=3.3.1,<3.4.0", + # remove setuptools when https://github.com/sodadata/soda-core/issues/2091 is resolved + "setuptools>=60", "snowflake-connector-python[pandas]>=3.6,<3.11", "duckdb==0.10.2", "fastjsonschema~=2.19.1", @@ -37,8 +39,8 @@ dependencies = [ "s3fs==2024.3.1", "rdflib==7.0.0", "avro==1.11.3", - "opentelemetry-exporter-otlp-proto-grpc~=1.16.0", - "opentelemetry-exporter-otlp-proto-http~=1.16.0", + "opentelemetry-exporter-otlp-proto-grpc~=1.16", + "opentelemetry-exporter-otlp-proto-http~=1.16", "deltalake~=0.17.0", "boto3>=1.34.41,<1.34.99", "botocore>=1.34.41,<1.34.99",