Skip to content

Commit

Permalink
Merge pull request #224 from rennerocha/patch-1
Browse files Browse the repository at this point in the history
Atualizar forma de instalação do FastAPI para se adequar a versão 0.112
  • Loading branch information
dunossauro authored Aug 29, 2024
2 parents d6ede2f + 839f1e0 commit dfe942c
Show file tree
Hide file tree
Showing 35 changed files with 2,839 additions and 9,214 deletions.
2 changes: 1 addition & 1 deletion aulas/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Em seguida, inicializaremos nosso ambiente virtual com Poetry e instalaremos o F

```shell title="$ Execução no terminal!"
poetry install # (1)!
poetry add fastapi # (2)!
poetry add 'fastapi[standard]' # (2)!
```

1. Cria o ambiente virtual (venv)
Expand Down
4 changes: 2 additions & 2 deletions aulas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Este curso foi desenvolvido para oferecer uma experiência prática no uso do Fa

O projeto central do curso será a construção de um gerenciador de tarefas (uma lista de tarefas), começando do zero. Esse projeto incluirá a implementação da autenticação do usuário e das operações CRUD completas.

Para a construção do projeto, serão utilizadas as versões mais recentes das ferramentas, disponíveis em 2024, como a versão 0.100 do FastAPI, a versão 2.0 do Pydantic, a versão 2.0 do SQLAlchemy ORM, além do Python 3.11 e do Alembic para gerenciamento de migrações.
Para a construção do projeto, serão utilizadas as versões mais recentes das ferramentas, disponíveis em 2024, como a versão 0.112 do FastAPI, a versão 2.0 do Pydantic, a versão 2.0 do SQLAlchemy ORM, além do Python 3.11 e do Alembic para gerenciamento de migrações.

Além da construção do projeto, o curso também incluirá a prática de testes, utilizando o pytest. Essa abordagem planeja garantir que as APIs desenvolvidas sejam não apenas funcionais, mas também robustas e confiáveis.

Expand Down Expand Up @@ -144,7 +144,7 @@ Esse projeto que estamos desenvolvendo é um pedaço, um projeto, de um grande c

Esse material contou com a revisão e contribuições inestimáveis de pessoas incríveis:

[@adorilson](https://github.com/adorilson){:target="_blank"}, [@aguynaldo](https://github.com/aguynaldo){:target="blank"}, [@alphabraga](https://github.com/alphabraga){:target="_blank"}, [@andrespp](https://github.com/andrespp){:target="_blank"}, [@azmovi](https://github.com/azmovi){:target="_blank"}, [@bugelseif](https://github.com/bugelseif){:target="_blank"}, [@gabrielhardcore](https://github.com/gabrielhardcore){:target="_blank"}, [@gbpagano](https://github.com/gbpagano){:target="_blank"}, [@henriqueccda](https://github.com/henriqueccda){:target="_blank"}, [@henriquesebastiao](https://github.com/henriquesebastiao){:target="_blank"}, [@ig0r-ferreira](https://github.com/ig0r-ferreira){:target="_blank"}, [@itsGab](https://github.com/itsGab){:target="_blank"}, [@ivansantiagojr](https://github.com/ivansantiagojr){:target="_blank"}, [@jlplautz](https://github.com/jlplautz){:target="_blank"}, [@jonathanscheibel](https://github.com/jonathanscheibel){:target="_blank"}, [@julioformiga](https://github.com/julioformiga){:target="_blank"}, [@lbmendes](https://github.com/lbmendes){:target="_blank"}, [@lucasmpavelski](http://github.com/lucasmpavelski){:target="_blank"}, [@matheusalmeida28](https://github.com/matheusalmeida28){:target="_blank"}, [@me15degrees](https://github.com/me15degrees){:target="_blank"}, [@mmaachado](https://github.com/mmaachado){:target="_blank"}, [@ricardo-emanuel01](https://github.com/ricardo-emanuel01){:target="_blank"}, [@rodbv](https://github.com/rodbv){:target="_blank"}, [@rodrigosbarretos](https://github.com/rodrigosbarretos){:target="_blank"}, [@taconi](https://github.com/taconi){:target="_blank"}, [@vcwild](https://github.com/vcwild){:target="_blank"}, [@williangl](https://github.com/williangl){:target="_blank"}, [@vdionysio](https://github.com/vdionysio){:target="_blank"}
[@adorilson](https://github.com/adorilson){:target="_blank"}, [@aguynaldo](https://github.com/aguynaldo){:target="blank"}, [@alphabraga](https://github.com/alphabraga){:target="_blank"}, [@andrespp](https://github.com/andrespp){:target="_blank"}, [@azmovi](https://github.com/azmovi){:target="_blank"}, [@bugelseif](https://github.com/bugelseif){:target="_blank"}, [@gabrielhardcore](https://github.com/gabrielhardcore){:target="_blank"}, [@gbpagano](https://github.com/gbpagano){:target="_blank"}, [@henriqueccda](https://github.com/henriqueccda){:target="_blank"}, [@henriquesebastiao](https://github.com/henriquesebastiao){:target="_blank"}, [@ig0r-ferreira](https://github.com/ig0r-ferreira){:target="_blank"}, [@itsGab](https://github.com/itsGab){:target="_blank"}, [@ivansantiagojr](https://github.com/ivansantiagojr){:target="_blank"}, [@jlplautz](https://github.com/jlplautz){:target="_blank"}, [@jonathanscheibel](https://github.com/jonathanscheibel){:target="_blank"}, [@julioformiga](https://github.com/julioformiga){:target="_blank"}, [@lbmendes](https://github.com/lbmendes){:target="_blank"}, [@lucasmpavelski](http://github.com/lucasmpavelski){:target="_blank"}, [@matheusalmeida28](https://github.com/matheusalmeida28){:target="_blank"}, [@me15degrees](https://github.com/me15degrees){:target="_blank"}, [@mmaachado](https://github.com/mmaachado){:target="_blank"}, [@rennerocha](https://github.com/rennerocha){:target="_blank"}, [@ricardo-emanuel01](https://github.com/ricardo-emanuel01){:target="_blank"}, [@rodbv](https://github.com/rodbv){:target="_blank"}, [@rodrigosbarretos](https://github.com/rodrigosbarretos){:target="_blank"}, [@taconi](https://github.com/taconi){:target="_blank"}, [@vcwild](https://github.com/vcwild){:target="_blank"}, [@williangl](https://github.com/williangl){:target="_blank"}, [@vdionysio](https://github.com/vdionysio){:target="_blank"}

{++**Muito obrigado!**++} :heart:

Expand Down
2 changes: 1 addition & 1 deletion codigo_das_aulas/01/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.7
3.12.5
Loading

0 comments on commit dfe942c

Please sign in to comment.