-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #778 from gooddata/release/1.25.0
[bot] bump to 1.25.0
- Loading branch information
Showing
15 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)" | |
infoEmail: "[email protected]" | ||
projectName: gooddata-api-client | ||
packageName: gooddata_api_client | ||
packageVersion: 1.24.0 | ||
packageVersion: 1.25.0 | ||
library: urllib3 | ||
additionalProperties: | ||
licenseInfo: "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.24.0", | ||
"gooddata-sdk~=1.25.0", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=23.2.0", | ||
"cattrs>=22.1.0,<=23.2.3", | ||
|
@@ -20,7 +20,7 @@ | |
description="dbt plugin for GoodData", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.24.0", | ||
version="1.25.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.24.0", | ||
"gooddata-sdk~=1.25.0", | ||
# "multicorn>=1.4.0", | ||
] | ||
|
||
|
@@ -16,7 +16,7 @@ | |
description="GoodData Cloud Foreign Data Wrapper For PostgreSQL", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.24.0", | ||
version="1.25.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -26,7 +26,7 @@ | |
packages=find_packages(exclude=["tests*"]), | ||
python_requires=">=3.9.0", | ||
project_urls={ | ||
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.24.0", | ||
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.25.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
REQUIRES = [ | ||
"attrs>=21.4.0,<=23.2.0", | ||
"dynaconf>=3.1.11,<4.0.0", | ||
"gooddata-sdk~=1.24.0", | ||
"gooddata-sdk~=1.25.0", | ||
"opentelemetry-api>=1.24.0,<=2.0.0", | ||
"opentelemetry-sdk>=1.24.0,<=2.0.0", | ||
"orjson>=3.8.5,<4.0.0", | ||
|
@@ -24,7 +24,7 @@ | |
description="Flight RPC server to host custom functions for GoodData Cloud", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.24.0", | ||
version="1.25.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -35,7 +35,7 @@ | |
include_package_data=True, | ||
python_requires=">=3.9.0", | ||
project_urls={ | ||
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.24.0", | ||
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.25.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
scripts=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.24.0", | ||
"gooddata-sdk~=1.25.0", | ||
"pandas>=2.0.0,<3.0.0", | ||
] | ||
|
||
|
@@ -16,7 +16,7 @@ | |
description="GoodData Cloud to pandas", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.24.0", | ||
version="1.25.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -26,7 +26,7 @@ | |
packages=find_packages(exclude=["tests*"]), | ||
python_requires=">=3.9.0", | ||
project_urls={ | ||
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.24.0", | ||
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.25.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-api-client~=1.24.0", | ||
"gooddata-api-client~=1.25.0", | ||
"python-dateutil>=2.5.3", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=23.2.0", | ||
|
@@ -22,7 +22,7 @@ | |
description="GoodData Cloud Python SDK", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.24.0", | ||
version="1.25.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -36,7 +36,7 @@ | |
"bin/gdc", | ||
], | ||
project_urls={ | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.24.0", | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.25.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters