Skip to content

Commit

Permalink
Atualizando psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jan 16, 2025
1 parent 62cea96 commit 6d7171d
Show file tree
Hide file tree
Showing 6 changed files with 468 additions and 444 deletions.
302 changes: 155 additions & 147 deletions codigo_das_aulas/10/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/10/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.11,<4.0"
dependencies = [
"alembic (>=1.14.0,<2.0.0)",
"fastapi[standard] (>=0.115.6,<0.116.0)",
"psycopg[binary] (>=3.2.3,<4.0.0)",
"psycopg[binary] (>=3.2.4,<4.0.0)",
"pwdlib[argon2] (>=0.2.1,<0.3.0)",
"pydantic-settings (>=2.7.1,<3.0.0)",
"pyjwt (>=2.10.1,<3.0.0)",
Expand Down
302 changes: 155 additions & 147 deletions codigo_das_aulas/11/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/11/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.11,<4.0"
dependencies = [
"alembic (>=1.14.0,<2.0.0)",
"fastapi[standard] (>=0.115.6,<0.116.0)",
"psycopg[binary] (>=3.2.3,<4.0.0)",
"psycopg[binary] (>=3.2.4,<4.0.0)",
"pwdlib[argon2] (>=0.2.1,<0.3.0)",
"pydantic-settings (>=2.7.1,<3.0.0)",
"pyjwt (>=2.10.1,<3.0.0)",
Expand Down
Loading

0 comments on commit 6d7171d

Please sign in to comment.