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

add upper bounds for django-email-relay #112

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Fixed

- Added upper bounds for `django-email-relay` dependency. Since it runs distributed, with a central relay service that is responsible for sending emails, the roll-out of a new version should be more controlled. With the upper bounds, the version won't accidentally get bumped in day-to-day work (hopefully!).

## [2024.14]

### Changed
Expand Down
4 changes: 3 additions & 1 deletion src/django_twc_project/requirements.in.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ django-browser-reload
django-click
django-coverage-plugin
django-debug-toolbar
django-email-relay
# upper bounds for `django-email-relay` since it runs distributed
# https://django-email-relay.westervelt.dev/en/latest/updating.html
django-email-relay<0.5
django-extensions
django-filter
django-flyio
Expand Down