sqlalchemy-bigquery
Advanced tools
+25
-10
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: sqlalchemy-bigquery | ||
| Version: 1.14.1 | ||
| Version: 1.15.0 | ||
| Summary: SQLAlchemy dialect for BigQuery | ||
@@ -20,6 +20,7 @@ Home-page: https://github.com/googleapis/python-bigquery-sqlalchemy | ||
| Classifier: Programming Language :: Python :: 3.12 | ||
| Classifier: Programming Language :: Python :: 3.13 | ||
| Classifier: Operating System :: OS Independent | ||
| Classifier: Topic :: Database :: Front-Ends | ||
| Obsoletes: pybigquery | ||
| Requires-Python: >=3.8, <3.13 | ||
| Requires-Python: >=3.8, <3.14 | ||
| Description-Content-Type: text/x-rst | ||
@@ -47,11 +48,25 @@ License-File: LICENSE | ||
| Provides-Extra: all | ||
| Requires-Dist: google-cloud-bigquery-storage<3.0.0,>=2.0.0; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.47.0; extra == "all" | ||
| Requires-Dist: pytz; extra == "all" | ||
| Requires-Dist: pyarrow>=3.0.0; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "all" | ||
| Requires-Dist: alembic; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "all" | ||
| Requires-Dist: packaging; extra == "all" | ||
| Requires-Dist: pyarrow>=3.0.0; extra == "all" | ||
| Requires-Dist: google-cloud-bigquery-storage<3.0.0,>=2.0.0; extra == "all" | ||
| Requires-Dist: shapely; extra == "all" | ||
| Requires-Dist: pytz; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.47.0; extra == "all" | ||
| Requires-Dist: GeoAlchemy2; extra == "all" | ||
| Requires-Dist: packaging; extra == "all" | ||
| Dynamic: author | ||
| Dynamic: author-email | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: home-page | ||
| Dynamic: keywords | ||
| Dynamic: license-file | ||
| Dynamic: obsoletes | ||
| Dynamic: platform | ||
| Dynamic: provides-extra | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
| Dynamic: summary | ||
@@ -111,3 +126,3 @@ SQLAlchemy Dialect for BigQuery | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| Python >= 3.8 | ||
| Python >= 3.8, <3.14 | ||
@@ -114,0 +129,0 @@ Unsupported Python Versions |
+1
-1
@@ -54,3 +54,3 @@ SQLAlchemy Dialect for BigQuery | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| Python >= 3.8 | ||
| Python >= 3.8, <3.14 | ||
@@ -57,0 +57,0 @@ Unsupported Python Versions |
+2
-1
@@ -107,2 +107,3 @@ #!/usr/bin/env python | ||
| "Programming Language :: Python :: 3.12", | ||
| "Programming Language :: Python :: 3.13", | ||
| "Operating System :: OS Independent", | ||
@@ -123,3 +124,3 @@ "Topic :: Database :: Front-Ends", | ||
| extras_require=extras, | ||
| python_requires=">=3.8, <3.13", | ||
| python_requires=">=3.8, <3.14", | ||
| tests_require=["packaging", "pytz"], | ||
@@ -126,0 +127,0 @@ entry_points={ |
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: sqlalchemy-bigquery | ||
| Version: 1.14.1 | ||
| Version: 1.15.0 | ||
| Summary: SQLAlchemy dialect for BigQuery | ||
@@ -20,6 +20,7 @@ Home-page: https://github.com/googleapis/python-bigquery-sqlalchemy | ||
| Classifier: Programming Language :: Python :: 3.12 | ||
| Classifier: Programming Language :: Python :: 3.13 | ||
| Classifier: Operating System :: OS Independent | ||
| Classifier: Topic :: Database :: Front-Ends | ||
| Obsoletes: pybigquery | ||
| Requires-Python: >=3.8, <3.13 | ||
| Requires-Python: >=3.8, <3.14 | ||
| Description-Content-Type: text/x-rst | ||
@@ -47,11 +48,25 @@ License-File: LICENSE | ||
| Provides-Extra: all | ||
| Requires-Dist: google-cloud-bigquery-storage<3.0.0,>=2.0.0; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.47.0; extra == "all" | ||
| Requires-Dist: pytz; extra == "all" | ||
| Requires-Dist: pyarrow>=3.0.0; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "all" | ||
| Requires-Dist: alembic; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "all" | ||
| Requires-Dist: packaging; extra == "all" | ||
| Requires-Dist: pyarrow>=3.0.0; extra == "all" | ||
| Requires-Dist: google-cloud-bigquery-storage<3.0.0,>=2.0.0; extra == "all" | ||
| Requires-Dist: shapely; extra == "all" | ||
| Requires-Dist: pytz; extra == "all" | ||
| Requires-Dist: grpcio<2.0.0,>=1.47.0; extra == "all" | ||
| Requires-Dist: GeoAlchemy2; extra == "all" | ||
| Requires-Dist: packaging; extra == "all" | ||
| Dynamic: author | ||
| Dynamic: author-email | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: home-page | ||
| Dynamic: keywords | ||
| Dynamic: license-file | ||
| Dynamic: obsoletes | ||
| Dynamic: platform | ||
| Dynamic: provides-extra | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
| Dynamic: summary | ||
@@ -111,3 +126,3 @@ SQLAlchemy Dialect for BigQuery | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| Python >= 3.8 | ||
| Python >= 3.8, <3.14 | ||
@@ -114,0 +129,0 @@ Unsupported Python Versions |
@@ -11,10 +11,10 @@ google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5 | ||
| [all] | ||
| google-cloud-bigquery-storage<3.0.0,>=2.0.0 | ||
| grpcio<2.0.0,>=1.47.0 | ||
| pytz | ||
| pyarrow>=3.0.0 | ||
| alembic | ||
| packaging | ||
| pyarrow>=3.0.0 | ||
| google-cloud-bigquery-storage<3.0.0,>=2.0.0 | ||
| shapely | ||
| pytz | ||
| grpcio<2.0.0,>=1.47.0 | ||
| GeoAlchemy2 | ||
| packaging | ||
@@ -21,0 +21,0 @@ [all:python_version >= "3.11"] |
@@ -20,2 +20,2 @@ # Copyright (c) 2021 The sqlalchemy-bigquery Authors | ||
| __version__ = "1.14.1" | ||
| __version__ = "1.15.0" |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
607856
0.13%9538
0.01%