fastapi-sqla 3.5.4__py3-none-any.whl → 3.5.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fastapi-sqla might be problematic. Click here for more details.
- {fastapi_sqla-3.5.4.dist-info → fastapi_sqla-3.5.6.dist-info}/METADATA +2 -2
- {fastapi_sqla-3.5.4.dist-info → fastapi_sqla-3.5.6.dist-info}/RECORD +5 -5
- {fastapi_sqla-3.5.4.dist-info → fastapi_sqla-3.5.6.dist-info}/LICENSE +0 -0
- {fastapi_sqla-3.5.4.dist-info → fastapi_sqla-3.5.6.dist-info}/WHEEL +0 -0
- {fastapi_sqla-3.5.4.dist-info → fastapi_sqla-3.5.6.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastapi-sqla
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.6
|
|
4
4
|
Summary: SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel, and pytest, ready for production.
|
|
5
5
|
Home-page: https://github.com/dialoguemd/fastapi-sqla
|
|
6
6
|
License: MIT
|
|
@@ -43,7 +43,7 @@ Requires-Dist: alembic (>=1.4.3,<2) ; extra == "pytest-plugin"
|
|
|
43
43
|
Requires-Dist: asyncpg (>=0.28.0,<0.31.0) ; extra == "asyncpg"
|
|
44
44
|
Requires-Dist: boto3 (>=1.24.74,<2) ; extra == "aws-rds-iam"
|
|
45
45
|
Requires-Dist: deprecated (>=1.2,<2)
|
|
46
|
-
Requires-Dist: fastapi (>=0.95.1,<0.
|
|
46
|
+
Requires-Dist: fastapi (>=0.95.1,<0.121)
|
|
47
47
|
Requires-Dist: psycopg2 (>=2.8.6,<3) ; extra == "psycopg2"
|
|
48
48
|
Requires-Dist: pydantic (>=1,<3)
|
|
49
49
|
Requires-Dist: sqlalchemy (>=1.3,<3)
|
|
@@ -9,8 +9,8 @@ fastapi_sqla/models.py,sha256=-B1xwINpTc9rEQd3KYHEC1s5s7jdVQkJ6Gy6xpmT13c,1108
|
|
|
9
9
|
fastapi_sqla/pagination.py,sha256=1gfIGcmt1OFspbRgtJ8AZOZdFd14DGRc4FkDgyh5bJ8,4517
|
|
10
10
|
fastapi_sqla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
fastapi_sqla/sqla.py,sha256=RLBDuBjs2QvkZuVdgoeEBPnDokRQlmdPeHtdBji8WhE,7609
|
|
12
|
-
fastapi_sqla-3.5.
|
|
13
|
-
fastapi_sqla-3.5.
|
|
14
|
-
fastapi_sqla-3.5.
|
|
15
|
-
fastapi_sqla-3.5.
|
|
16
|
-
fastapi_sqla-3.5.
|
|
12
|
+
fastapi_sqla-3.5.6.dist-info/LICENSE,sha256=8G0-nWLqi3xRYRrtRlTE8n1mkYJcnCRoZGUhv6ZE29c,1064
|
|
13
|
+
fastapi_sqla-3.5.6.dist-info/METADATA,sha256=DAuQiObQ641anXLe6PMG8FIxAjQkXFRpNKQssPlkC8E,21031
|
|
14
|
+
fastapi_sqla-3.5.6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
15
|
+
fastapi_sqla-3.5.6.dist-info/entry_points.txt,sha256=haa0EueKcRo8-AlJTpHBMn08wMBiULNGA53nkvaDWj0,53
|
|
16
|
+
fastapi_sqla-3.5.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|