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

Template update python version #32

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

marianogigli
Copy link

Type of change

  • Fix
  • Story
  • Chore

Description of the change

Update python version and dependencies
Remove obsolete attribute from docker compose files

Related PRs

N/A

Mariano Gigli added 3 commits November 21, 2024 09:28
WARN[0000] docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
@marianogigli marianogigli self-assigned this Nov 21, 2024
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim

Choose a reason for hiding this comment

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

There is at least one deprecated feature that we need to address: datetime.utcnow is now deprecated. Since we are currently using it, we will need to change it. I believe the correct replacement is .now(datetime.timezone.utc).

It would be great to review other potential deprecated features or necessary changes, especially since we are upgrading two python versions.

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