Skip to content

Support PyMySQL 1.x series#792

Merged
owais merged 1 commit intoopen-telemetry:mainfrom
owais:pymysql-dep-update
Nov 6, 2021
Merged

Support PyMySQL 1.x series#792
owais merged 1 commit intoopen-telemetry:mainfrom
owais:pymysql-dep-update

Conversation

@owais
Copy link
Contributor

@owais owais commented Nov 3, 2021

Description

Fixes #791

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Existing tests

Does This PR Require a Core Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@owais owais requested a review from a team November 3, 2021 15:55
@owais owais force-pushed the pymysql-dep-update branch 2 times, most recently from d7ec723 to 8ea7c3e Compare November 3, 2021 15:57
@owais owais force-pushed the pymysql-dep-update branch from 8ea7c3e to 3498e8f Compare November 5, 2021 16:46
aiopg >= 0.13.0, < 1.3.0
sqlalchemy ~= 1.4
redis ~= 3.3.11
redis ~= 3.5
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

celery tests are failing with redis 3.3 so had to upgrade

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious , why did celery tests fail with redis 3.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We pinned redis but did not pin celery. Latest version of celery/kombu passes extra params to redis which 3.3.x did not accept.

aiopg >= 0.13.0, < 1.3.0
sqlalchemy ~= 1.4
redis ~= 3.3.11
redis ~= 3.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious , why did celery tests fail with redis 3.3?

@owais owais merged commit 0c083ff into open-telemetry:main Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for PyMySQL v1.x series

2 participants