Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "soda-core-workspace"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Core monorepo - Data quality testing and contracts"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions soda-athena/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-athena"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Athena V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"PyAthena>=2.2.0,<3.0",
"setuptools>=60",
]
Expand Down
4 changes: 2 additions & 2 deletions soda-bigquery/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-bigquery"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda BigQuery V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"google-cloud-bigquery>=2.25.0",
]

Expand Down
2 changes: 1 addition & 1 deletion soda-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "soda-core"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda core library & CLI"
requires-python = ">=3.10"
license = {text = "Proprietary"}
Expand Down
2 changes: 1 addition & 1 deletion soda-core/src/soda_core/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SODA_CORE_VERSION = "4.5.1rc0"
SODA_CORE_VERSION = "4.5.1"
4 changes: 2 additions & 2 deletions soda-databricks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-databricks"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Databricks V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"databricks-sql-connector",
]

Expand Down
4 changes: 2 additions & 2 deletions soda-duckdb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-duckdb"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda DuckDB V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"duckdb>=1.2.0",
"pytz",
]
Expand Down
6 changes: 3 additions & 3 deletions soda-fabric/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "soda-fabric"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Fabric V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-sqlserver==4.5.1rc0",
"soda-core==4.5.1",
"soda-sqlserver==4.5.1",
]

[project.entry-points."soda.plugins.data_source.fabric"]
Expand Down
4 changes: 2 additions & 2 deletions soda-postgres/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-postgres"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Postgres V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"psycopg[binary]>=3.2",
]

Expand Down
4 changes: 2 additions & 2 deletions soda-redshift/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-redshift"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Redshift V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"psycopg[binary]>=3.2,<4",
"boto3",
]
Expand Down
4 changes: 2 additions & 2 deletions soda-snowflake/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-snowflake"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Snowflake V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"snowflake-connector-python>=3.0",
]

Expand Down
6 changes: 3 additions & 3 deletions soda-sparkdf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[project]
name = "soda-sparkdf"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda SparkDF V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"freezegun",
"pyspark>=3.5.0",
"soda-databricks==4.5.1rc0",
"soda-databricks==4.5.1",
]

[project.entry-points."soda.plugins.data_source.sparkdf"]
Expand Down
4 changes: 2 additions & 2 deletions soda-sqlserver/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-sqlserver"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda SQL Server V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"pyodbc",
]

Expand Down
6 changes: 3 additions & 3 deletions soda-synapse/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "soda-synapse"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Synapse V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-sqlserver==4.5.1rc0",
"soda-core==4.5.1",
"soda-sqlserver==4.5.1",
]

[project.entry-points."soda.plugins.data_source.synapse"]
Expand Down
4 changes: 2 additions & 2 deletions soda-tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-tests"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Core V4 Tests"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"pytz",
"python-dateutil",
]
Expand Down
4 changes: 2 additions & 2 deletions soda-trino/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "soda-trino"
version = "4.5.1rc0"
version = "4.5.1"
description = "Soda Trino V4"
requires-python = ">=3.10"
license = {text = "Proprietary"}
authors = [
{name = "Soda Data N.V.", email = "info@soda.io"}
]
dependencies = [
"soda-core==4.5.1rc0",
"soda-core==4.5.1",
"trino>=0.336.0"
]

Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "4.5.1rc0"
current = "4.5.1"

regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.)?((?P<prerelease>[a-z,0-9]+)(?P<build>\d+))?
Expand Down
30 changes: 15 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading