Skip to content

Commit

Permalink
Merge pull request #36 from eudoxos/pydantic-version-setuppy
Browse files Browse the repository at this point in the history
sync pydnatic version in setup.py with requirements.txt (1.9.1)
  • Loading branch information
codemation authored Sep 8, 2022
2 parents 170d66a + 3b17a9c commit 86e912c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'SQLAlchemy==1.4.28',
'databases==0.5.3',
'aioredis==2.0.0',
'pydantic==1.8.2',
'pydantic==1.9.1',
]
MYSQL_REQUIREMENTS = [
'aiomysql==0.0.21',
Expand Down Expand Up @@ -45,4 +45,4 @@
'mysql': MYSQL_REQUIREMENTS,
'sqlite': LITE_REQUIREMENTS
}
)
)

0 comments on commit 86e912c

Please sign in to comment.