apache-airflow-providers-postgres 5.5.0rc1__tar.gz → 5.5.1__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 (21) hide show
  1. {apache-airflow-providers-postgres-5.5.0rc1/apache_airflow_providers_postgres.egg-info → apache-airflow-providers-postgres-5.5.1}/PKG-INFO +26 -7
  2. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/README.rst +22 -3
  3. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/airflow/providers/postgres/__init__.py +8 -5
  4. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/airflow/providers/postgres/get_provider_info.py +1 -0
  5. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/airflow/providers/postgres/hooks/postgres.py +20 -20
  6. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/airflow/providers/postgres/operators/postgres.py +1 -1
  7. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1/apache_airflow_providers_postgres.egg-info}/PKG-INFO +26 -7
  8. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/apache_airflow_providers_postgres.egg-info/requires.txt +2 -2
  9. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/pyproject.toml +6 -4
  10. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/setup.cfg +6 -6
  11. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/setup.py +1 -1
  12. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/LICENSE +0 -0
  13. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/MANIFEST.in +0 -0
  14. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/NOTICE +0 -0
  15. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/airflow/providers/postgres/hooks/__init__.py +0 -0
  16. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/airflow/providers/postgres/operators/__init__.py +0 -0
  17. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/apache_airflow_providers_postgres.egg-info/SOURCES.txt +0 -0
  18. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/apache_airflow_providers_postgres.egg-info/dependency_links.txt +0 -0
  19. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/apache_airflow_providers_postgres.egg-info/entry_points.txt +0 -0
  20. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/apache_airflow_providers_postgres.egg-info/not-zip-safe +0 -0
  21. {apache-airflow-providers-postgres-5.5.0rc1 → apache-airflow-providers-postgres-5.5.1}/apache_airflow_providers_postgres.egg-info/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-postgres
3
- Version: 5.5.0rc1
3
+ Version: 5.5.1
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-postgres package
5
5
  Home-page: https://airflow.apache.org/
6
6
  Download-URL: https://archive.apache.org/dist/airflow/providers
7
7
  Author: Apache Software Foundation
8
8
  Author-email: dev@airflow.apache.org
9
9
  License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.0/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
@@ -21,12 +21,12 @@ Classifier: Intended Audience :: System Administrators
21
21
  Classifier: Framework :: Apache Airflow
22
22
  Classifier: Framework :: Apache Airflow :: Provider
23
23
  Classifier: License :: OSI Approved :: Apache Software License
24
- Classifier: Programming Language :: Python :: 3.7
25
24
  Classifier: Programming Language :: Python :: 3.8
26
25
  Classifier: Programming Language :: Python :: 3.9
27
26
  Classifier: Programming Language :: Python :: 3.10
27
+ Classifier: Programming Language :: Python :: 3.11
28
28
  Classifier: Topic :: System :: Monitoring
29
- Requires-Python: ~=3.7
29
+ Requires-Python: ~=3.8
30
30
  Description-Content-Type: text/x-rst
31
31
  Provides-Extra: amazon
32
32
  Provides-Extra: common.sql
@@ -54,7 +54,7 @@ License-File: NOTICE
54
54
 
55
55
  Package ``apache-airflow-providers-postgres``
56
56
 
57
- Release: ``5.5.0rc1``
57
+ Release: ``5.5.1``
58
58
 
59
59
 
60
60
  `PostgreSQL <https://www.postgresql.org/>`__
@@ -67,7 +67,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
67
67
  are in ``airflow.providers.postgres`` python package.
68
68
 
69
69
  You can find package information and changelog for the provider
70
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.0/>`_.
70
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/>`_.
71
71
 
72
72
 
73
73
  Installation
@@ -77,7 +77,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
77
77
  for the minimum Airflow version supported) via
78
78
  ``pip install apache-airflow-providers-postgres``
79
79
 
80
- The package supports the following python versions: 3.7,3.8,3.9,3.10
80
+ The package supports the following python versions: 3.8,3.9,3.10,3.11
81
81
 
82
82
  Requirements
83
83
  ------------
@@ -136,6 +136,22 @@ Dependent package
136
136
  Changelog
137
137
  ---------
138
138
 
139
+ 5.5.1
140
+ .....
141
+
142
+ .. note::
143
+ This release dropped support for Python 3.7
144
+
145
+ Misc
146
+ ~~~~
147
+
148
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
149
+
150
+ .. Below changes are excluded from the changelog. Move them to
151
+ appropriate section above if needed. Do not delete the lines(!):
152
+ * ``Improve docstrings in providers (#31681)``
153
+ * ``Add D400 pydocstyle check - Providers (#31427)``
154
+
139
155
  5.5.0
140
156
  .....
141
157
 
@@ -153,6 +169,9 @@ Misc
153
169
  * ``Add full automation for min Airflow version for providers (#30994)``
154
170
  * ``Add mechanism to suspend providers (#30422)``
155
171
  * ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)``
172
+ * ``Use '__version__' in providers not 'version' (#31393)``
173
+ * ``Fixing circular import error in providers caused by airflow version check (#31379)``
174
+ * ``Prepare docs for May 2023 wave of Providers (#31252)``
156
175
 
157
176
  5.4.0
158
177
  .....
@@ -19,7 +19,7 @@
19
19
 
20
20
  Package ``apache-airflow-providers-postgres``
21
21
 
22
- Release: ``5.5.0rc1``
22
+ Release: ``5.5.1``
23
23
 
24
24
 
25
25
  `PostgreSQL <https://www.postgresql.org/>`__
@@ -32,7 +32,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
32
32
  are in ``airflow.providers.postgres`` python package.
33
33
 
34
34
  You can find package information and changelog for the provider
35
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.0/>`_.
35
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/>`_.
36
36
 
37
37
 
38
38
  Installation
@@ -42,7 +42,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
42
42
  for the minimum Airflow version supported) via
43
43
  ``pip install apache-airflow-providers-postgres``
44
44
 
45
- The package supports the following python versions: 3.7,3.8,3.9,3.10
45
+ The package supports the following python versions: 3.8,3.9,3.10,3.11
46
46
 
47
47
  Requirements
48
48
  ------------
@@ -101,6 +101,22 @@ Dependent package
101
101
  Changelog
102
102
  ---------
103
103
 
104
+ 5.5.1
105
+ .....
106
+
107
+ .. note::
108
+ This release dropped support for Python 3.7
109
+
110
+ Misc
111
+ ~~~~
112
+
113
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
114
+
115
+ .. Below changes are excluded from the changelog. Move them to
116
+ appropriate section above if needed. Do not delete the lines(!):
117
+ * ``Improve docstrings in providers (#31681)``
118
+ * ``Add D400 pydocstyle check - Providers (#31427)``
119
+
104
120
  5.5.0
105
121
  .....
106
122
 
@@ -118,6 +134,9 @@ Misc
118
134
  * ``Add full automation for min Airflow version for providers (#30994)``
119
135
  * ``Add mechanism to suspend providers (#30422)``
120
136
  * ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)``
137
+ * ``Use '__version__' in providers not 'version' (#31393)``
138
+ * ``Fixing circular import error in providers caused by airflow version check (#31379)``
139
+ * ``Prepare docs for May 2023 wave of Providers (#31252)``
121
140
 
122
141
  5.4.0
123
142
  .....
@@ -26,13 +26,16 @@ from __future__ import annotations
26
26
 
27
27
  import packaging.version
28
28
 
29
- import airflow
29
+ __all__ = ["__version__"]
30
30
 
31
- __all__ = ["version"]
31
+ __version__ = "5.5.1"
32
32
 
33
- version = "5.5.0"
33
+ try:
34
+ from airflow import __version__ as airflow_version
35
+ except ImportError:
36
+ from airflow.version import version as airflow_version
34
37
 
35
- if packaging.version.parse(airflow.version.version) < packaging.version.parse("2.4.0"):
38
+ if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
36
39
  raise RuntimeError(
37
- f"The package `apache-airflow-providers-postgres:{version}` requires Apache Airflow 2.4.0+"
40
+ f"The package `apache-airflow-providers-postgres:{__version__}` requires Apache Airflow 2.4.0+" # NOQA: E501
38
41
  )
@@ -29,6 +29,7 @@ def get_provider_info():
29
29
  "description": "`PostgreSQL <https://www.postgresql.org/>`__\n",
30
30
  "suspended": False,
31
31
  "versions": [
32
+ "5.5.1",
32
33
  "5.5.0",
33
34
  "5.4.0",
34
35
  "5.3.1",
@@ -37,8 +37,7 @@ CursorType = Union[DictCursor, RealDictCursor, NamedTupleCursor]
37
37
 
38
38
 
39
39
  class PostgresHook(DbApiHook):
40
- """
41
- Interact with Postgres.
40
+ """Interact with Postgres.
42
41
 
43
42
  You can specify ssl parameters in the extra field of your connection
44
43
  as ``{"sslmode": "require", "sslcert": "/path/to/cert.pem", etc}``.
@@ -146,8 +145,8 @@ class PostgresHook(DbApiHook):
146
145
  return self.conn
147
146
 
148
147
  def copy_expert(self, sql: str, filename: str) -> None:
149
- """
150
- Executes SQL using psycopg2 copy_expert method.
148
+ """Executes SQL using psycopg2's ``copy_expert`` method.
149
+
151
150
  Necessary to execute COPY command without access to a superuser.
152
151
 
153
152
  Note: if this method is called with a "COPY FROM" statement and
@@ -169,8 +168,8 @@ class PostgresHook(DbApiHook):
169
168
  conn.commit()
170
169
 
171
170
  def get_uri(self) -> str:
172
- """
173
- Extract the URI from the connection.
171
+ """Extract the URI from the connection.
172
+
174
173
  :return: the extracted uri.
175
174
  """
176
175
  conn = self.get_connection(getattr(self, self.conn_name_attr))
@@ -179,18 +178,19 @@ class PostgresHook(DbApiHook):
179
178
  return uri
180
179
 
181
180
  def bulk_load(self, table: str, tmp_file: str) -> None:
182
- """Loads a tab-delimited file into a database table"""
181
+ """Loads a tab-delimited file into a database table."""
183
182
  self.copy_expert(f"COPY {table} FROM STDIN", tmp_file)
184
183
 
185
184
  def bulk_dump(self, table: str, tmp_file: str) -> None:
186
- """Dumps a database table into a tab-delimited file"""
185
+ """Dumps a database table into a tab-delimited file."""
187
186
  self.copy_expert(f"COPY {table} TO STDOUT", tmp_file)
188
187
 
189
188
  @staticmethod
190
189
  def _serialize_cell(cell: object, conn: connection | None = None) -> Any:
191
- """
192
- Postgresql will adapt all arguments to the execute() method internally,
193
- hence we return cell without any conversion.
190
+ """Serialize a cell.
191
+
192
+ PostgreSQL adapts all arguments to the ``execute()`` method internally,
193
+ hence we return the cell without any conversion.
194
194
 
195
195
  See http://initd.org/psycopg/docs/advanced.html#adapting-new-types for
196
196
  more information.
@@ -202,10 +202,11 @@ class PostgresHook(DbApiHook):
202
202
  return cell
203
203
 
204
204
  def get_iam_token(self, conn: Connection) -> tuple[str, str, int]:
205
- """
206
- Uses AWSHook to retrieve a temporary password to connect to Postgres
207
- or Redshift. Port is required. If none is provided, default is used for
208
- each service
205
+ """Get the IAM token.
206
+
207
+ This uses AWSHook to retrieve a temporary password to connect to
208
+ Postgres or Redshift. Port is required. If none is provided, the default
209
+ 5432 is used.
209
210
  """
210
211
  try:
211
212
  from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook
@@ -242,8 +243,7 @@ class PostgresHook(DbApiHook):
242
243
  return login, token, port
243
244
 
244
245
  def get_table_primary_key(self, table: str, schema: str | None = "public") -> list[str] | None:
245
- """
246
- Helper method that returns the table primary key
246
+ """Get the table's primary key.
247
247
 
248
248
  :param table: Name of the target table
249
249
  :param schema: Name of the target schema, public by default
@@ -267,9 +267,9 @@ class PostgresHook(DbApiHook):
267
267
  def _generate_insert_sql(
268
268
  cls, table: str, values: tuple[str, ...], target_fields: Iterable[str], replace: bool, **kwargs
269
269
  ) -> str:
270
- """
271
- Static helper method that generates the INSERT SQL statement.
272
- The REPLACE variant is specific to PostgreSQL syntax.
270
+ """Generate the INSERT SQL statement.
271
+
272
+ The REPLACE variant is specific to the PostgreSQL syntax.
273
273
 
274
274
  :param table: Name of the target table
275
275
  :param values: The row to insert into the table
@@ -28,7 +28,7 @@ from airflow.providers.common.sql.operators.sql import SQLExecuteQueryOperator
28
28
 
29
29
  class PostgresOperator(SQLExecuteQueryOperator):
30
30
  """
31
- Executes sql code in a specific Postgres database
31
+ Executes sql code in a specific Postgres database.
32
32
 
33
33
  :param sql: the SQL code to be executed as a single string, or
34
34
  a list of str (sql statements), or a reference to a template file.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-postgres
3
- Version: 5.5.0rc1
3
+ Version: 5.5.1
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-postgres package
5
5
  Home-page: https://airflow.apache.org/
6
6
  Download-URL: https://archive.apache.org/dist/airflow/providers
7
7
  Author: Apache Software Foundation
8
8
  Author-email: dev@airflow.apache.org
9
9
  License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.0/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
@@ -21,12 +21,12 @@ Classifier: Intended Audience :: System Administrators
21
21
  Classifier: Framework :: Apache Airflow
22
22
  Classifier: Framework :: Apache Airflow :: Provider
23
23
  Classifier: License :: OSI Approved :: Apache Software License
24
- Classifier: Programming Language :: Python :: 3.7
25
24
  Classifier: Programming Language :: Python :: 3.8
26
25
  Classifier: Programming Language :: Python :: 3.9
27
26
  Classifier: Programming Language :: Python :: 3.10
27
+ Classifier: Programming Language :: Python :: 3.11
28
28
  Classifier: Topic :: System :: Monitoring
29
- Requires-Python: ~=3.7
29
+ Requires-Python: ~=3.8
30
30
  Description-Content-Type: text/x-rst
31
31
  Provides-Extra: amazon
32
32
  Provides-Extra: common.sql
@@ -54,7 +54,7 @@ License-File: NOTICE
54
54
 
55
55
  Package ``apache-airflow-providers-postgres``
56
56
 
57
- Release: ``5.5.0rc1``
57
+ Release: ``5.5.1``
58
58
 
59
59
 
60
60
  `PostgreSQL <https://www.postgresql.org/>`__
@@ -67,7 +67,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
67
67
  are in ``airflow.providers.postgres`` python package.
68
68
 
69
69
  You can find package information and changelog for the provider
70
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.0/>`_.
70
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/>`_.
71
71
 
72
72
 
73
73
  Installation
@@ -77,7 +77,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
77
77
  for the minimum Airflow version supported) via
78
78
  ``pip install apache-airflow-providers-postgres``
79
79
 
80
- The package supports the following python versions: 3.7,3.8,3.9,3.10
80
+ The package supports the following python versions: 3.8,3.9,3.10,3.11
81
81
 
82
82
  Requirements
83
83
  ------------
@@ -136,6 +136,22 @@ Dependent package
136
136
  Changelog
137
137
  ---------
138
138
 
139
+ 5.5.1
140
+ .....
141
+
142
+ .. note::
143
+ This release dropped support for Python 3.7
144
+
145
+ Misc
146
+ ~~~~
147
+
148
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
149
+
150
+ .. Below changes are excluded from the changelog. Move them to
151
+ appropriate section above if needed. Do not delete the lines(!):
152
+ * ``Improve docstrings in providers (#31681)``
153
+ * ``Add D400 pydocstyle check - Providers (#31427)``
154
+
139
155
  5.5.0
140
156
  .....
141
157
 
@@ -153,6 +169,9 @@ Misc
153
169
  * ``Add full automation for min Airflow version for providers (#30994)``
154
170
  * ``Add mechanism to suspend providers (#30422)``
155
171
  * ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)``
172
+ * ``Use '__version__' in providers not 'version' (#31393)``
173
+ * ``Fixing circular import error in providers caused by airflow version check (#31379)``
174
+ * ``Prepare docs for May 2023 wave of Providers (#31252)``
156
175
 
157
176
  5.4.0
158
177
  .....
@@ -1,5 +1,5 @@
1
- apache-airflow-providers-common-sql>=1.3.1.dev0
2
- apache-airflow>=2.4.0.dev0
1
+ apache-airflow-providers-common-sql>=1.3.1
2
+ apache-airflow>=2.4.0
3
3
  psycopg2-binary>=2.8.0
4
4
 
5
5
  [amazon]
@@ -26,6 +26,9 @@ target-version = ['py37', 'py38', 'py39', 'py310']
26
26
  requires = ['setuptools==67.2.0']
27
27
  build-backend = "setuptools.build_meta"
28
28
 
29
+ [project]
30
+ requires-python = ">=3.8"
31
+
29
32
  [tool.ruff]
30
33
  typing-modules = ["airflow.typing_compat"]
31
34
  line-length = 110
@@ -35,12 +38,10 @@ extend-exclude = [
35
38
  "airflow/providers/google/ads/_vendor/*",
36
39
  # The files generated by stubgen aren't 100% valid syntax it turns out, and we don't ship them, so we can
37
40
  # ignore them in ruff
38
- "airflow/providers/common/sql/*/*.pyi"
41
+ "airflow/providers/common/sql/*/*.pyi",
42
+ "airflow/migrations/versions/*.py"
39
43
  ]
40
44
 
41
- # TODO: Bump to Python 3.8 when support for Python 3.7 is dropped in Airflow.
42
- target-version = "py37"
43
-
44
45
  extend-select = [
45
46
  "I", # Missing required import (auto-fixable)
46
47
  "UP", # Pyupgrade
@@ -53,6 +54,7 @@ extend-select = [
53
54
  "D106",
54
55
  "D2",
55
56
  "D3",
57
+ "D400",
56
58
  # "D401", # Not enabled by ruff, but we don't want it
57
59
  "D402",
58
60
  "D403",
@@ -21,13 +21,13 @@ classifiers =
21
21
  Framework :: Apache Airflow
22
22
  Framework :: Apache Airflow :: Provider
23
23
  License :: OSI Approved :: Apache Software License
24
- Programming Language :: Python :: 3.7
25
24
  Programming Language :: Python :: 3.8
26
25
  Programming Language :: Python :: 3.9
27
26
  Programming Language :: Python :: 3.10
27
+ Programming Language :: Python :: 3.11
28
28
  Topic :: System :: Monitoring
29
29
  project_urls =
30
- Documentation=https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.0/
30
+ Documentation=https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/
31
31
  Bug Tracker=https://github.com/apache/airflow/issues
32
32
  Source Code=https://github.com/apache/airflow
33
33
  Slack Chat=https://s.apache.org/airflow-slack
@@ -40,14 +40,14 @@ python_tag = py3
40
40
  [options]
41
41
  zip_safe = False
42
42
  include_package_data = True
43
- python_requires = ~=3.7
43
+ python_requires = ~=3.8
44
44
  packages = find:
45
45
  setup_requires =
46
46
  setuptools
47
47
  wheel
48
48
  install_requires =
49
- apache-airflow-providers-common-sql>=1.3.1.dev0
50
- apache-airflow>=2.4.0.dev0
49
+ apache-airflow-providers-common-sql>=1.3.1
50
+ apache-airflow>=2.4.0
51
51
  psycopg2-binary>=2.8.0
52
52
 
53
53
  [options.entry_points]
@@ -58,6 +58,6 @@ apache_airflow_provider =
58
58
  packages = airflow.providers.postgres
59
59
 
60
60
  [egg_info]
61
- tag_build = rc1
61
+ tag_build =
62
62
  tag_date = 0
63
63
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  from setuptools import find_namespace_packages, setup
28
28
 
29
- version = "5.5.0"
29
+ version = "5.5.1"
30
30
 
31
31
 
32
32
  def do_setup():