gooddata-flexconnect 1.32.3.dev2__tar.gz → 1.33.1.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/PKG-INFO +5 -4
  2. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect.egg-info/PKG-INFO +5 -4
  3. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect.egg-info/requires.txt +2 -2
  4. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/setup.py +5 -4
  5. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/LICENSE.txt +0 -0
  6. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/README.md +0 -0
  7. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/__init__.py +0 -0
  8. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/function/__init__.py +0 -0
  9. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/function/execution_context.py +0 -0
  10. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/function/flight_methods.py +0 -0
  11. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/function/function.py +0 -0
  12. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/function/function_registry.py +0 -0
  13. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/function/function_task.py +0 -0
  14. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect/py.typed +0 -0
  15. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect.egg-info/SOURCES.txt +0 -0
  16. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect.egg-info/dependency_links.txt +0 -0
  17. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/gooddata_flexconnect.egg-info/top_level.txt +0 -0
  18. {gooddata_flexconnect-1.32.3.dev2 → gooddata_flexconnect-1.33.1.dev1}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gooddata-flexconnect
3
- Version: 1.32.3.dev2
3
+ Version: 1.33.1.dev1
4
4
  Summary: Build your own data source for GoodData Cloud and GoodData Cloud Native.
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.32.3.dev2
8
+ Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.33.1.dev1
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,flight,rpc,flight rpc,custom functions,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 4 - Beta
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Classifier: Topic :: Database
19
20
  Classifier: Topic :: Scientific/Engineering
20
21
  Classifier: Topic :: Software Development
@@ -23,8 +24,8 @@ Requires-Python: >=3.9.0
23
24
  Description-Content-Type: text/markdown
24
25
  License-File: LICENSE.txt
25
26
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
26
- Requires-Dist: gooddata-flight-server~=1.32.3.dev2
27
- Requires-Dist: gooddata-sdk~=1.32.3.dev2
27
+ Requires-Dist: gooddata-flight-server~=1.33.1.dev1
28
+ Requires-Dist: gooddata-sdk~=1.33.1.dev1
28
29
  Requires-Dist: orjson<4.0.0,>=3.9.15
29
30
  Requires-Dist: pyarrow>=16.1.0
30
31
  Requires-Dist: structlog<25.0.0,>=24.0.0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gooddata-flexconnect
3
- Version: 1.32.3.dev2
3
+ Version: 1.33.1.dev1
4
4
  Summary: Build your own data source for GoodData Cloud and GoodData Cloud Native.
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.32.3.dev2
8
+ Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.33.1.dev1
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,flight,rpc,flight rpc,custom functions,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 4 - Beta
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Classifier: Topic :: Database
19
20
  Classifier: Topic :: Scientific/Engineering
20
21
  Classifier: Topic :: Software Development
@@ -23,8 +24,8 @@ Requires-Python: >=3.9.0
23
24
  Description-Content-Type: text/markdown
24
25
  License-File: LICENSE.txt
25
26
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
26
- Requires-Dist: gooddata-flight-server~=1.32.3.dev2
27
- Requires-Dist: gooddata-sdk~=1.32.3.dev2
27
+ Requires-Dist: gooddata-flight-server~=1.33.1.dev1
28
+ Requires-Dist: gooddata-sdk~=1.33.1.dev1
28
29
  Requires-Dist: orjson<4.0.0,>=3.9.15
29
30
  Requires-Dist: pyarrow>=16.1.0
30
31
  Requires-Dist: structlog<25.0.0,>=24.0.0
@@ -1,6 +1,6 @@
1
1
  dynaconf<4.0.0,>=3.1.11
2
- gooddata-flight-server~=1.32.3.dev2
3
- gooddata-sdk~=1.32.3.dev2
2
+ gooddata-flight-server~=1.33.1.dev1
3
+ gooddata-sdk~=1.33.1.dev1
4
4
  orjson<4.0.0,>=3.9.15
5
5
  pyarrow>=16.1.0
6
6
  structlog<25.0.0,>=24.0.0
@@ -8,8 +8,8 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8")
8
8
 
9
9
  REQUIRES = [
10
10
  "dynaconf>=3.1.11,<4.0.0",
11
- "gooddata-flight-server~=1.32.3.dev2",
12
- "gooddata-sdk~=1.32.3.dev2",
11
+ "gooddata-flight-server~=1.33.1.dev1",
12
+ "gooddata-sdk~=1.33.1.dev1",
13
13
  "orjson>=3.9.15,<4.0.0",
14
14
  "pyarrow>=16.1.0",
15
15
  "structlog>=24.0.0,<25.0.0",
@@ -20,7 +20,7 @@ setup(
20
20
  description="Build your own data source for GoodData Cloud and GoodData Cloud Native.",
21
21
  long_description=long_description,
22
22
  long_description_content_type="text/markdown",
23
- version="1.32.3.dev2",
23
+ version="1.33.1.dev1",
24
24
  author="GoodData",
25
25
  author_email="support@gooddata.com",
26
26
  license="MIT",
@@ -31,7 +31,7 @@ setup(
31
31
  include_package_data=True,
32
32
  python_requires=">=3.9.0",
33
33
  project_urls={
34
- "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.3.dev2",
34
+ "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.33.1.dev1",
35
35
  "Source": "https://github.com/gooddata/gooddata-python-sdk",
36
36
  },
37
37
  classifiers=[
@@ -42,6 +42,7 @@ setup(
42
42
  "Programming Language :: Python :: 3.10",
43
43
  "Programming Language :: Python :: 3.11",
44
44
  "Programming Language :: Python :: 3.12",
45
+ "Programming Language :: Python :: 3.13",
45
46
  "Topic :: Database",
46
47
  "Topic :: Scientific/Engineering",
47
48
  "Topic :: Software Development",