djavue3 icon indicating copy to clipboard operation
djavue3 copied to clipboard

Fazer upgrade das libs do backend

Open huogerac opened this issue 1 year ago • 0 comments

Tem versões novas do Django e Django Ninja!

  • criar um projeto usando Poetry
  • run poetry show -o e ver quais libs podem ser atualizadas para um versão mais nova
❯ poetry show -o
black          23.12.1  24.8.0    The uncompromising code formatter.
boto3          1.34.146 1.35.30   The AWS SDK for Python
botocore       1.34.146 1.35.30   Low-level, data-driven core of boto 3.
certifi        2024.7.4 2024.8.30 Python package for providing Mozilla's CA Bundle.
django         4.2.14   5.1.1     A high-level Python web framework that encourages rapid development and clean, pragmatic design.
executing      2.0.1    2.1.0     Get the currently executing AST node of a frame, and other information
flake8         6.1.0    7.1.1     the modular source code checker: pep8 pyflakes and co
gunicorn       22.0.0   23.0.0    WSGI HTTP Server for UNIX

É claro, não precisamos mudar para Django 5 ainda, mas ver a 4.x mais nova possível

Da para revisar todas libs e ver o que pode ser atualizado...

pip list --outdated
pip-upgrader
pip-check

huogerac avatar Oct 14 '23 18:10 huogerac