Skip to content

Commit dc4e1e8

Browse files
authored
[SKIP-TESTS] Bump to v4.17.1 (#2794)
1 parent 2f95bf6 commit dc4e1e8

18 files changed

Lines changed: 48 additions & 48 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "soda-core-workspace"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda Core monorepo - Data quality testing and contracts"
55
readme = "README.md"
66
requires-python = ">=3.10"

soda-athena/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "soda-athena"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda Athena V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
11+
"soda-core==4.17.1",
1212
"PyAthena>=2.2.0,<3.0",
1313
"setuptools>=60",
1414
]

soda-bigquery/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "soda-bigquery"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda BigQuery V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
11+
"soda-core==4.17.1",
1212
"google-cloud-bigquery>=2.25.0",
1313
]
1414

soda-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "soda-core"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda core library & CLI"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SODA_CORE_VERSION = "4.17.0"
1+
SODA_CORE_VERSION = "4.17.1"

soda-databricks/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "soda-databricks"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda Databricks V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
11+
"soda-core==4.17.1",
1212
"databricks-sql-connector",
1313
"databricks-sdk>=0.19,<1",
1414
]

soda-duckdb/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "soda-duckdb"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda DuckDB V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
11+
"soda-core==4.17.1",
1212
"duckdb>=1.2.0",
1313
"pytz",
1414
]

soda-fabric/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "soda-fabric"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda Fabric V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
12-
"soda-sqlserver==4.17.0",
11+
"soda-core==4.17.1",
12+
"soda-sqlserver==4.17.1",
1313
]
1414

1515
[project.entry-points."soda.plugins.data_source.fabric"]

soda-postgres/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "soda-postgres"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda Postgres V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
11+
"soda-core==4.17.1",
1212
"psycopg[binary]>=3.2",
1313
]
1414

soda-redshift/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "soda-redshift"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Soda Redshift V4"
55
requires-python = ">=3.10"
66
license = {text = "Proprietary"}
77
authors = [
88
{name = "Soda Data N.V.", email = "info@soda.io"}
99
]
1010
dependencies = [
11-
"soda-core==4.17.0",
11+
"soda-core==4.17.1",
1212
"psycopg[binary]>=3.2,<4",
1313
"boto3",
1414
]

0 commit comments

Comments
 (0)