dataproc-spark-connect 0.7.4__tar.gz → 0.7.5__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.
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/PKG-INFO +2 -2
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/dataproc_spark_connect.egg-info/PKG-INFO +2 -2
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/dataproc_spark_connect.egg-info/requires.txt +1 -1
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/setup.py +2 -2
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/LICENSE +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/README.md +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/dataproc_spark_connect.egg-info/SOURCES.txt +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/dataproc_spark_connect.egg-info/dependency_links.txt +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/dataproc_spark_connect.egg-info/top_level.txt +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/__init__.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/client/__init__.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/client/core.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/client/proxy.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/exceptions.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/pypi_artifacts.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/google/cloud/dataproc_spark_connect/session.py +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/pyproject.toml +0 -0
- {dataproc_spark_connect-0.7.4 → dataproc_spark_connect-0.7.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dataproc-spark-connect
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: Dataproc client library for Spark Connect
|
|
5
5
|
Home-page: https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python
|
|
6
6
|
Author: Google LLC
|
|
@@ -9,7 +9,7 @@ License-File: LICENSE
|
|
|
9
9
|
Requires-Dist: google-api-core>=2.19
|
|
10
10
|
Requires-Dist: google-cloud-dataproc>=5.18
|
|
11
11
|
Requires-Dist: packaging>=20.0
|
|
12
|
-
Requires-Dist: pyspark[connect]
|
|
12
|
+
Requires-Dist: pyspark[connect]~=3.5.1
|
|
13
13
|
Requires-Dist: tqdm>=4.67
|
|
14
14
|
Requires-Dist: websockets>=14.0
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dataproc-spark-connect
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: Dataproc client library for Spark Connect
|
|
5
5
|
Home-page: https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python
|
|
6
6
|
Author: Google LLC
|
|
@@ -9,7 +9,7 @@ License-File: LICENSE
|
|
|
9
9
|
Requires-Dist: google-api-core>=2.19
|
|
10
10
|
Requires-Dist: google-cloud-dataproc>=5.18
|
|
11
11
|
Requires-Dist: packaging>=20.0
|
|
12
|
-
Requires-Dist: pyspark[connect]
|
|
12
|
+
Requires-Dist: pyspark[connect]~=3.5.1
|
|
13
13
|
Requires-Dist: tqdm>=4.67
|
|
14
14
|
Requires-Dist: websockets>=14.0
|
|
15
15
|
|
|
@@ -20,7 +20,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
20
20
|
|
|
21
21
|
setup(
|
|
22
22
|
name="dataproc-spark-connect",
|
|
23
|
-
version="0.7.
|
|
23
|
+
version="0.7.5",
|
|
24
24
|
description="Dataproc client library for Spark Connect",
|
|
25
25
|
long_description=long_description,
|
|
26
26
|
author="Google LLC",
|
|
@@ -31,7 +31,7 @@ setup(
|
|
|
31
31
|
"google-api-core>=2.19",
|
|
32
32
|
"google-cloud-dataproc>=5.18",
|
|
33
33
|
"packaging>=20.0",
|
|
34
|
-
"pyspark[connect]
|
|
34
|
+
"pyspark[connect]~=3.5.1",
|
|
35
35
|
"tqdm>=4.67",
|
|
36
36
|
"websockets>=14.0",
|
|
37
37
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|