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

pyampq support for azure-servicebus => 7.10.0 #11

Merged
merged 7 commits into from
May 22, 2023

Conversation

ingvaldlorentzen
Copy link
Member

This MR primarily adds the required aiohttp package for new default transport (pyampq) in azure-servicebus 7.10.0.
This makes builds on all platforms easier, as the old transport uamqp has been missing binaries for many Python versions and platforms.

In addition, this MR includes some house keeping.

  • Updated dependencies in pre-commit and ran on all files.
  • Updated Python references in configs to reflect minimum Python version 3.8 in pyproject.toml
  • Set Celery to release candidate for tests in Python 3.11, due to a bug in billiard (sub-dependency of Celery) related to logging and tracing. This should not affect installs of the package as it is only a dev dependency. And a release should be out soon.
  • Bumps version to 1.3.0

…zure-servicebus from 7.10.0

Set azure-servicebus minimum to 7.10.0
Update pre-commit and dev-deps
Set celery to release candidate for tests in Py311 due to billiard incompatibilities
Bump version to 1.3.0
@JonasKs
Copy link
Member

JonasKs commented May 22, 2023

Needs a poetry update. You can bump workflows here.

Update workflows to use newest Python and add Python 3.11 to test matrix
Drop support for Django 3.1.x as it is EOL
@ingvaldlorentzen ingvaldlorentzen merged commit 1aa4488 into Intility:main May 22, 2023
13 checks passed
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.

None yet

2 participants