apache-airflow-providers-postgres 5.11.3__py3-none-any.whl → 5.12.0__py3-none-any.whl

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.
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "5.11.3"
32
+ __version__ = "5.12.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.7.0"
35
+ "2.8.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-postgres:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-postgres:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "PostgreSQL",
29
29
  "description": "`PostgreSQL <https://www.postgresql.org/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1722664743,
31
+ "source-date-epoch": 1723970520,
32
32
  "versions": [
33
+ "5.12.0",
33
34
  "5.11.3",
34
35
  "5.11.2",
35
36
  "5.11.1",
@@ -68,7 +69,7 @@ def get_provider_info():
68
69
  "1.0.0",
69
70
  ],
70
71
  "dependencies": [
71
- "apache-airflow>=2.7.0",
72
+ "apache-airflow>=2.8.0",
72
73
  "apache-airflow-providers-common-sql>=1.14.1",
73
74
  "psycopg2-binary>=2.9.4",
74
75
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-postgres
3
- Version: 5.11.3
3
+ Version: 5.12.0
4
4
  Summary: Provider package apache-airflow-providers-postgres for Apache Airflow
5
5
  Keywords: airflow-provider,postgres,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -22,14 +22,14 @@ Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.14.1
25
- Requires-Dist: apache-airflow>=2.7.0
25
+ Requires-Dist: apache-airflow>=2.8.0
26
26
  Requires-Dist: psycopg2-binary>=2.9.4
27
27
  Requires-Dist: apache-airflow-providers-amazon>=2.6.0 ; extra == "amazon"
28
28
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
29
29
  Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
30
30
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
31
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/changelog.html
32
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3
31
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html
32
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0
33
33
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
34
34
  Project-URL: Source Code, https://github.com/apache/airflow
35
35
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -82,7 +82,7 @@ Provides-Extra: openlineage
82
82
 
83
83
  Package ``apache-airflow-providers-postgres``
84
84
 
85
- Release: ``5.11.3``
85
+ Release: ``5.12.0``
86
86
 
87
87
 
88
88
  `PostgreSQL <https://www.postgresql.org/>`__
@@ -95,7 +95,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
95
95
  are in ``airflow.providers.postgres`` python package.
96
96
 
97
97
  You can find package information and changelog for the provider
98
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/>`_.
98
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/>`_.
99
99
 
100
100
  Installation
101
101
  ------------
@@ -112,7 +112,7 @@ Requirements
112
112
  ======================================= ==================
113
113
  PIP package Version required
114
114
  ======================================= ==================
115
- ``apache-airflow`` ``>=2.7.0``
115
+ ``apache-airflow`` ``>=2.8.0``
116
116
  ``apache-airflow-providers-common-sql`` ``>=1.14.1``
117
117
  ``psycopg2-binary`` ``>=2.9.4``
118
118
  ======================================= ==================
@@ -139,4 +139,4 @@ Dependent package
139
139
  ============================================================================================================== ===============
140
140
 
141
141
  The changelog for the provider package can be found in the
142
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/changelog.html>`_.
142
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html>`_.
@@ -1,13 +1,13 @@
1
1
  airflow/providers/postgres/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
- airflow/providers/postgres/__init__.py,sha256=1JNpnzZt1Nh-Vk3uBv4vbfIlNHSMSdEk72T-9lsAqp8,1496
3
- airflow/providers/postgres/get_provider_info.py,sha256=w8KB_7INqEq4_9NnN76Af_Ie6d4pnSNuILTl9hgUiv0,3655
2
+ airflow/providers/postgres/__init__.py,sha256=lj-POpzj1cbE1WVR_t4sNEhRpI1Naw5UBJ0OPyaO0tk,1496
3
+ airflow/providers/postgres/get_provider_info.py,sha256=GCMEmJ1WJY11gr_wfT1Ikz9aLXJiMH36aIvVRLBYJWU,3677
4
4
  airflow/providers/postgres/datasets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
5
  airflow/providers/postgres/datasets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
6
6
  airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
7
  airflow/providers/postgres/hooks/postgres.py,sha256=-NZ70d2TScMERPqj5tSlgkdi5DPcSILu3pUpiuwhEwI,16122
8
8
  airflow/providers/postgres/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
9
  airflow/providers/postgres/operators/postgres.py,sha256=M8qx8FBf97HRwJMn_zg_EqCPGqsx-iZ0aRzMQuG3lJg,3509
10
- apache_airflow_providers_postgres-5.11.3.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
11
- apache_airflow_providers_postgres-5.11.3.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
- apache_airflow_providers_postgres-5.11.3.dist-info/METADATA,sha256=TDmzwNo5oS1FWfd0yGe4u-6CP-kaGGzfHtBlOX4xS-M,6613
13
- apache_airflow_providers_postgres-5.11.3.dist-info/RECORD,,
10
+ apache_airflow_providers_postgres-5.12.0.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
11
+ apache_airflow_providers_postgres-5.12.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
+ apache_airflow_providers_postgres-5.12.0.dist-info/METADATA,sha256=8ZqcPmJ_uBkCqWvq_6VFdlIbxLjISs1zueUVMoQ7_Ns,6613
13
+ apache_airflow_providers_postgres-5.12.0.dist-info/RECORD,,