Skip to content

Commit

Permalink
chore: bump deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhanming committed Jun 5, 2024
1 parent 3ab927f commit bdf78b5
Show file tree
Hide file tree
Showing 12 changed files with 662 additions and 477 deletions.
1 change: 1 addition & 0 deletions alembic/versions/20210423_163117_create_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-04-23 16:31:17.261472
"""

import sqlalchemy as sa
from sqlalchemy.dialects import postgresql

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-04-24 09:57:35.427088
"""

import sqlalchemy as sa
from sqlalchemy.dialects import postgresql

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-05-02 19:37:42.312116
"""

import sqlalchemy as sa

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-05-03 00:06:26.791437
"""

import sqlalchemy as sa
from sqlalchemy.dialects import postgresql

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-05-03 00:09:45.866435
"""

import sqlalchemy as sa

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-05-03 00:18:25.022360
"""

import sqlalchemy as sa
from sqlalchemy.dialects import postgresql

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-12-08 10:30:55.775851
"""

import sqlalchemy as sa

from alembic import op
Expand Down
Loading

0 comments on commit bdf78b5

Please sign in to comment.