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

Update core dependencies and remove final traces of the Authlist feature #270

Merged
merged 9 commits into from
Aug 7, 2024

Conversation

sebastian-aranda
Copy link
Contributor

@sebastian-aranda sebastian-aranda commented Aug 6, 2024

This PR makes several updates on the dependencies of the LOVE-manager application. A set of the ones with major updates is:

  • Python 3.8 -> 3.11
  • Django 3.2.25 -> 5.0.7
  • channels 3.0.3 -> 4.1.0
  • channels-redis 3.2.0 -> 4.2.0
  • aioredis 1.3.1 -> 2.0.1
  • autobahn 20.12.3 -> 23.6.2
  • django-cors-headers 3.2.1 -> 4.4.0
  • hiredis 1.0.1 -> 3.0.0
  • hyperlink 19.0.0 -> 21.0.0
  • incremental 17.5.0 -> 22.10.0
  • packaging 20.3 -> 24.1
  • pytz 2019.3 -> 2024.1
  • PyYAML 5.4 -> 6.0.1
  • txaio 20.1.1 -> 23.1.1
  • zope.interface 4.7.2 -> 6.4

Also adjustments for deprecated features were done.

Finally, a couple traces of the Authlist feature were removed too. This was causing bunch of warnings on the startup of the service.

Copy link
Contributor

@wvreeven wvreeven left a comment

Choose a reason for hiding this comment

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

LGTM. I left a few comments and questions for your consideration.

@@ -1,10 +1,9 @@
FROM python:3.8.2-buster
FROM python:3.11-bookworm
Copy link
Contributor

Choose a reason for hiding this comment

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

Are there plans to migrate the Dockerfiles to AlmaLinux9? bookworm sounds like a Debian derivative. TSSW uses AlmaLinux with Mamabaforge for Python and conda.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I checked with @tribeiro and this is not a priority yet, but I extended a ticket description I had for this purpose to state we expect to use AlmaLinux too 👍 DM-44923.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for the info!

CHANGELOG.rst Outdated
v7.0.0
------

* Update core dependencies `<https://github.com/lsst-ts/LOVE-manager/pull/270>`_
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like more happened, like remove Authlist support. Not sure if you want to mention that here as well?

@sebastian-aranda sebastian-aranda changed the title Update core dependencies Update core dependencies and remove final traces of the Authlist feature Aug 7, 2024
@sebastian-aranda sebastian-aranda merged commit 8683fa3 into develop Aug 7, 2024
2 checks passed
@sebastian-aranda sebastian-aranda deleted the tickets/DM-44922 branch August 7, 2024 16:41
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.

2 participants