Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum version of psycopg2-binary to 2.9.7 #45635

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jan 14, 2025

Seems that latest release of the Python Base image updated to latest debian bookworm release which stopped working with older releases of psycobg2-binary raising

_psycopg.cpython-311-x86_64-linux-gnu.so: undefined symbol: GENERAL_NAME_free

Bumoing minimum version to 2.9.7 should solve the problem.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Seems that latest release of the Python Base image updated
to latest debian bookworm release which stopped working with older
releases of psycobg2-binary raising

```
_psycopg.cpython-311-x86_64-linux-gnu.so: undefined symbol: GENERAL_NAME_free
```

Bumoing minimum version to 2.9.7 should solve the problem.
@potiuk potiuk added the canary When set on PR running from apache repo - behave as canary run label Jan 14, 2025
@potiuk potiuk requested review from kaxil and gopidesupavan January 14, 2025 11:47
@potiuk potiuk merged commit 1ab8f39 into apache:main Jan 14, 2025
157 of 158 checks passed
@potiuk potiuk deleted the bump-minimum-version-of-psycopg2-binary branch January 14, 2025 14:28
HariGS-DB pushed a commit to HariGS-DB/airflow that referenced this pull request Jan 16, 2025
Seems that latest release of the Python Base image updated
to latest debian bookworm release which stopped working with older
releases of psycobg2-binary raising

```
_psycopg.cpython-311-x86_64-linux-gnu.so: undefined symbol: GENERAL_NAME_free
```

Bumoing minimum version to 2.9.7 should solve the problem.
dauinh pushed a commit to dauinh/airflow that referenced this pull request Jan 24, 2025
Seems that latest release of the Python Base image updated
to latest debian bookworm release which stopped working with older
releases of psycobg2-binary raising

```
_psycopg.cpython-311-x86_64-linux-gnu.so: undefined symbol: GENERAL_NAME_free
```

Bumoing minimum version to 2.9.7 should solve the problem.
got686-yandex pushed a commit to got686-yandex/airflow that referenced this pull request Jan 30, 2025
Seems that latest release of the Python Base image updated
to latest debian bookworm release which stopped working with older
releases of psycobg2-binary raising

```
_psycopg.cpython-311-x86_64-linux-gnu.so: undefined symbol: GENERAL_NAME_free
```

Bumoing minimum version to 2.9.7 should solve the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools area:providers canary When set on PR running from apache repo - behave as canary run provider:postgres
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants