diff --git a/.openapi-generator/configs/gooddata-api-client.yaml b/.openapi-generator/configs/gooddata-api-client.yaml index abf5a3fb7..b00459370 100644 --- a/.openapi-generator/configs/gooddata-api-client.yaml +++ b/.openapi-generator/configs/gooddata-api-client.yaml @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)" infoEmail: "support@gooddata.com" projectName: gooddata-api-client packageName: gooddata_api_client -packageVersion: 1.59.0 +packageVersion: 1.60.0 library: urllib3 additionalProperties: licenseInfo: "MIT" diff --git a/docs/config/production/params.toml b/docs/config/production/params.toml index 2cbc46efd..a3ecb6386 100644 --- a/docs/config/production/params.toml +++ b/docs/config/production/params.toml @@ -12,10 +12,14 @@ dirpath = "dev" url = "/dev/" sitemapExclude = true [[versions]] -version = "1.59" +version = "1.60" dirpath = "latest" url = "/latest/" [[versions]] +version = "1.59" +dirpath = "1.59" +url = "/1.59/" +[[versions]] version = "1.58" dirpath = "1.58" url = "/1.58/" @@ -23,7 +27,3 @@ url = "/1.58/" version = "1.57" dirpath = "1.57" url = "/1.57/" -[[versions]] -version = "1.56" -dirpath = "1.56" -url = "/1.56/" diff --git a/docs/layouts/index.redir b/docs/layouts/index.redir index 068139e19..00ec31e3d 100644 --- a/docs/layouts/index.redir +++ b/docs/layouts/index.redir @@ -1,8 +1,9 @@ # Redirect homepage to the latest version / {{ .Site.BaseURL }}/latest/ 301! /docs/ {{ .Site.BaseURL }}/latest/ 301! -/1.59/ {{ .Site.BaseURL }}/latest 301! -/1.59.0/ {{ .Site.BaseURL }}/latest 301! +/1.60/ {{ .Site.BaseURL }}/latest 301! +/1.60.0/ {{ .Site.BaseURL }}/latest 301! +/1.59.0/ {{ .Site.BaseURL }}/1.59 301! /1.58.0/ {{ .Site.BaseURL }}/1.58 301! /1.57.0/ {{ .Site.BaseURL }}/1.57 301! /1.56.0/ {{ .Site.BaseURL }}/1.56 301! diff --git a/gooddata-api-client/README.md b/gooddata-api-client/README.md index f8aaa2617..c7dbd8f08 100644 --- a/gooddata-api-client/README.md +++ b/gooddata-api-client/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v0 -- Package version: 1.59.0 +- Package version: 1.60.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/gooddata-api-client/gooddata_api_client/__init__.py b/gooddata-api-client/gooddata_api_client/__init__.py index 875a71663..90dd438fb 100644 --- a/gooddata-api-client/gooddata_api_client/__init__.py +++ b/gooddata-api-client/gooddata_api_client/__init__.py @@ -11,7 +11,7 @@ """ -__version__ = "1.59.0" +__version__ = "1.60.0" # import ApiClient from gooddata_api_client.api_client import ApiClient diff --git a/gooddata-api-client/gooddata_api_client/api_client.py b/gooddata-api-client/gooddata_api_client/api_client.py index bb63a5c36..dbb71b472 100644 --- a/gooddata-api-client/gooddata_api_client/api_client.py +++ b/gooddata-api-client/gooddata_api_client/api_client.py @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.59.0/python' + self.user_agent = 'OpenAPI-Generator/1.60.0/python' def __enter__(self): return self diff --git a/gooddata-api-client/gooddata_api_client/configuration.py b/gooddata-api-client/gooddata_api_client/configuration.py index b251c7f86..25b8eb154 100644 --- a/gooddata-api-client/gooddata_api_client/configuration.py +++ b/gooddata-api-client/gooddata_api_client/configuration.py @@ -381,7 +381,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v0\n"\ - "SDK Package Version: 1.59.0".\ + "SDK Package Version: 1.60.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/gooddata-api-client/setup.py b/gooddata-api-client/setup.py index 0eedd3c56..c100f1332 100644 --- a/gooddata-api-client/setup.py +++ b/gooddata-api-client/setup.py @@ -16,7 +16,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") NAME = "gooddata-api-client" -VERSION = "1.59.0" +VERSION = "1.60.0" # To install the library, run the following # # python setup.py install diff --git a/packages/gooddata-dbt/pyproject.toml b/packages/gooddata-dbt/pyproject.toml index f06e7e7fe..ba8c60d96 100644 --- a/packages/gooddata-dbt/pyproject.toml +++ b/packages/gooddata-dbt/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-dbt" -version = "1.59.0" +version = "1.60.0" description = "dbt plugin for GoodData" readme = "README.md" license = "MIT" @@ -10,7 +10,7 @@ authors = [ ] requires-python = ">=3.10" dependencies = [ - "gooddata-sdk~=1.59.0", + "gooddata-sdk~=1.60.0", "pyyaml>=6.0", "attrs>=21.4.0,<=24.2.0", "cattrs>=22.1.0,<=24.1.1", diff --git a/packages/gooddata-fdw/pyproject.toml b/packages/gooddata-fdw/pyproject.toml index 21baa1691..8c720557d 100644 --- a/packages/gooddata-fdw/pyproject.toml +++ b/packages/gooddata-fdw/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-fdw" -version = "1.59.0" +version = "1.60.0" description = "GoodData Cloud Foreign Data Wrapper For PostgreSQL" readme = "README.md" license = "MIT" @@ -26,7 +26,7 @@ keywords = [ ] requires-python = ">=3.10" dependencies = [ - "gooddata-sdk~=1.59.0", + "gooddata-sdk~=1.60.0", # "multicorn>=1.4.0", # Uncommented as it was in original setup.py ] classifiers = [ @@ -44,7 +44,7 @@ classifiers = [ ] [project.urls] -Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.59.0" +Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.60.0" Source = "https://github.com/gooddata/gooddata-python-sdk" [dependency-groups] diff --git a/packages/gooddata-flexconnect/pyproject.toml b/packages/gooddata-flexconnect/pyproject.toml index 6fbf9f3cd..58204a04c 100644 --- a/packages/gooddata-flexconnect/pyproject.toml +++ b/packages/gooddata-flexconnect/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-flexconnect" -version = "1.59.0" +version = "1.60.0" description = "Build your own data source for GoodData Cloud and GoodData Cloud Native." readme = "README.md" license = "MIT" @@ -29,8 +29,8 @@ keywords = [ requires-python = ">=3.10" dependencies = [ "dynaconf>=3.1.11,<4.0.0", - "gooddata-flight-server~=1.59.0", - "gooddata-sdk~=1.59.0", + "gooddata-flight-server~=1.60.0", + "gooddata-sdk~=1.60.0", "orjson>=3.9.15,<4.0.0", "pyarrow>=16.1.0", "structlog>=24.0.0,<25.0.0", @@ -50,7 +50,7 @@ classifiers = [ ] [project.urls] -Documentation = "https://gooddata-flexconnect.readthedocs.io/en/v1.59.0" +Documentation = "https://gooddata-flexconnect.readthedocs.io/en/v1.60.0" Source = "https://github.com/gooddata/gooddata-python-sdk" [dependency-groups] diff --git a/packages/gooddata-flight-server/pyproject.toml b/packages/gooddata-flight-server/pyproject.toml index b5b710864..4c8afc2aa 100644 --- a/packages/gooddata-flight-server/pyproject.toml +++ b/packages/gooddata-flight-server/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-flight-server" -version = "1.59.0" +version = "1.60.0" description = "Flight RPC server to host custom functions" readme = "README.md" license = "MIT" @@ -52,7 +52,7 @@ classifiers = [ ] [project.urls] -Documentation = "https://gooddata-flight-server.readthedocs.io/en/v1.59.0" +Documentation = "https://gooddata-flight-server.readthedocs.io/en/v1.60.0" Source = "https://github.com/gooddata/gooddata-python-sdk" [project.scripts] diff --git a/packages/gooddata-pandas/pyproject.toml b/packages/gooddata-pandas/pyproject.toml index 72d720e74..183d2f453 100644 --- a/packages/gooddata-pandas/pyproject.toml +++ b/packages/gooddata-pandas/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-pandas" -version = "1.59.0" +version = "1.60.0" description = "GoodData Cloud to pandas" readme = "README.md" license = "MIT" @@ -29,7 +29,7 @@ keywords = [ ] requires-python = ">=3.10" dependencies = [ - "gooddata-sdk~=1.59.0", + "gooddata-sdk~=1.60.0", "pandas>=2.0.0,<3.0.0", ] @@ -48,7 +48,7 @@ classifiers = [ ] [project.urls] -Documentation = "https://gooddata-pandas.readthedocs.io/en/v1.59.0" +Documentation = "https://gooddata-pandas.readthedocs.io/en/v1.60.0" Source = "https://github.com/gooddata/gooddata-python-sdk" [dependency-groups] diff --git a/packages/gooddata-pipelines/pyproject.toml b/packages/gooddata-pipelines/pyproject.toml index a6070b743..54ed81132 100644 --- a/packages/gooddata-pipelines/pyproject.toml +++ b/packages/gooddata-pipelines/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-pipelines" -version = "1.59.0" +version = "1.60.0" description = "GoodData Cloud lifecycle automation pipelines" authors = [{ name = "GoodData", email = "support@gooddata.com" }] license = "MIT" @@ -11,7 +11,7 @@ dependencies = [ "pydantic (>=2.9.2,<3.0.0)", "requests (>=2.32.3,<3.0.0)", "types-requests (>1.0.0,<3.0.0)", - "gooddata-sdk~=1.59.0", + "gooddata-sdk~=1.60.0", "boto3 (>=1.39.3,<2.0.0)", "boto3-stubs (>=1.39.3,<2.0.0)", "azure-storage-blob (>=12.19.0,<13.0.0)", diff --git a/packages/gooddata-sdk/README.md b/packages/gooddata-sdk/README.md index ac4fc7d2a..d0c6f0ed9 100644 --- a/packages/gooddata-sdk/README.md +++ b/packages/gooddata-sdk/README.md @@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti * Compute Service * Table Service -See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.59.0) for more details. +See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.60.0) for more details. ## Requirements diff --git a/packages/gooddata-sdk/pyproject.toml b/packages/gooddata-sdk/pyproject.toml index 073f33afc..4e7ea6d0f 100644 --- a/packages/gooddata-sdk/pyproject.toml +++ b/packages/gooddata-sdk/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-sdk" -version = "1.59.0" +version = "1.60.0" description = "GoodData Cloud Python SDK" readme = "README.md" license = "MIT" @@ -26,7 +26,7 @@ keywords = [ ] requires-python = ">=3.10,<4.0" dependencies = [ - "gooddata-api-client~=1.59.0", + "gooddata-api-client~=1.60.0", "python-dateutil>=2.5.3", "pyyaml>=6.0", "attrs>=21.4.0,<=24.2.0", @@ -50,7 +50,7 @@ classifiers = [ ] [project.urls] -Documentation = "https://www.gooddata.com/docs/python-sdk/1.59.0" +Documentation = "https://www.gooddata.com/docs/python-sdk/1.60.0" Source = "https://github.com/gooddata/gooddata-python-sdk" [project.scripts] diff --git a/pyproject.toml b/pyproject.toml index fed3cea33..51bedf25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2021 GoodData Corporation [project] name = "gooddata-python-sdk-workspace" -version = "1.59.0" +version = "1.60.0" description = "GoodData Python SDK Workspace" requires-python = ">=3.10" dependencies = [ @@ -137,7 +137,7 @@ extra-paths = [] # github_url = "https://github.com///" [tool.tbump.version] -current = "1.59.0" +current = "1.60.0" regex = ''' (?P\d+) \. diff --git a/uv.lock b/uv.lock index 8d09cad37..9b177ba23 100644 --- a/uv.lock +++ b/uv.lock @@ -681,7 +681,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -732,7 +732,7 @@ trusted-deps = [ [[package]] name = "gooddata-api-client" -version = "1.59.0" +version = "1.60.0" source = { editable = "gooddata-api-client" } dependencies = [ { name = "python-dateutil" }, @@ -747,7 +747,7 @@ requires-dist = [ [[package]] name = "gooddata-dbt" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-dbt" } dependencies = [ { name = "attrs" }, @@ -784,7 +784,7 @@ test = [ [[package]] name = "gooddata-fdw" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-fdw" } dependencies = [ { name = "gooddata-sdk" }, @@ -817,7 +817,7 @@ test = [ [[package]] name = "gooddata-flexconnect" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-flexconnect" } dependencies = [ { name = "dynaconf" }, @@ -856,7 +856,7 @@ test = [ [[package]] name = "gooddata-flight-server" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-flight-server" } dependencies = [ { name = "dynaconf" }, @@ -897,7 +897,7 @@ test = [ [[package]] name = "gooddata-pandas" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-pandas" } dependencies = [ { name = "gooddata-sdk" }, @@ -940,7 +940,7 @@ test = [ [[package]] name = "gooddata-pipelines" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-pipelines" } dependencies = [ { name = "azure-identity" }, @@ -989,7 +989,7 @@ test = [ [[package]] name = "gooddata-python-sdk-workspace" -version = "1.59.0" +version = "1.60.0" source = { virtual = "." } dependencies = [ { name = "gooddata-api-client" }, @@ -1082,7 +1082,7 @@ type = [{ name = "ty", specifier = "~=0.0.14" }] [[package]] name = "gooddata-sdk" -version = "1.59.0" +version = "1.60.0" source = { editable = "packages/gooddata-sdk" } dependencies = [ { name = "attrs" }, @@ -2711,7 +2711,7 @@ wheels = [ [[package]] name = "virtualenv" -version = "20.37.0" +version = "20.38.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "distlib" }, @@ -2719,9 +2719,9 @@ dependencies = [ { name = "platformdirs" }, { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c1/ef/d9d4ce633df789bf3430bd81fb0d8b9d9465dfc1d1f0deb3fb62cd80f5c2/virtualenv-20.37.0.tar.gz", hash = "sha256:6f7e2064ed470aa7418874e70b6369d53b66bcd9e9fd5389763e96b6c94ccb7c", size = 5864710, upload-time = "2026-02-16T16:17:59.42Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d2/03/a94d404ca09a89a7301a7008467aed525d4cdeb9186d262154dd23208709/virtualenv-20.38.0.tar.gz", hash = "sha256:94f39b1abaea5185bf7ea5a46702b56f1d0c9aa2f41a6c2b8b0af4ddc74c10a7", size = 5864558, upload-time = "2026-02-19T07:48:02.385Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/42/4b/6cf85b485be7ec29db837ec2a1d8cd68bc1147b1abf23d8636c5bd65b3cc/virtualenv-20.37.0-py3-none-any.whl", hash = "sha256:5d3951c32d57232ae3569d4de4cc256c439e045135ebf43518131175d9be435d", size = 5837480, upload-time = "2026-02-16T16:17:57.341Z" }, + { url = "https://files.pythonhosted.org/packages/42/d7/394801755d4c8684b655d35c665aea7836ec68320304f62ab3c94395b442/virtualenv-20.38.0-py3-none-any.whl", hash = "sha256:d6e78e5889de3a4742df2d3d44e779366325a90cf356f15621fddace82431794", size = 5837778, upload-time = "2026-02-19T07:47:59.778Z" }, ] [[package]]