Skip to content

Commit d475845

Browse files
committed
Atualizando fastAPI
1 parent 440efec commit d475845

27 files changed

+2372
-227
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`fastapi` 0.120.1 -> 0.121.2
1+
`fastapi` 0.120.1 -> 0.121.3

codigo_das_aulas/01/poetry.lock

Lines changed: 180 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codigo_das_aulas/01/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.121.2,<0.122.0)"
11+
"fastapi[standard] (>=0.121.3,<0.122.0)"
1212
]
1313

1414
[dependency-groups]

codigo_das_aulas/02/poetry.lock

Lines changed: 180 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codigo_das_aulas/02/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.121.2,<0.122.0)"
11+
"fastapi[standard] (>=0.121.3,<0.122.0)"
1212
]
1313

1414
[dependency-groups]

codigo_das_aulas/03/poetry.lock

Lines changed: 180 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codigo_das_aulas/03/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.121.2,<0.122.0)"
11+
"fastapi[standard] (>=0.121.3,<0.122.0)"
1212
]
1313

1414
[dependency-groups]

codigo_das_aulas/04/poetry.lock

Lines changed: 180 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codigo_das_aulas/04/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
1111
"alembic (>=1.17.2,<2.0.0)",
12-
"fastapi[standard] (>=0.121.2,<0.122.0)",
12+
"fastapi[standard] (>=0.121.3,<0.122.0)",
1313
"pydantic-settings (>=2.12.0,<3.0.0)",
1414
"sqlalchemy (>=2.0.44,<3.0.0)"
1515
]

codigo_das_aulas/05/poetry.lock

Lines changed: 180 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)