fastapi-sqla 3.5.5__py3-none-any.whl → 3.5.13__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.
@@ -142,7 +142,8 @@ def session(session_factory: sessionmaker) -> Generator[Session]:
142
142
 
143
143
  def format_async_async_sqlalchemy_url(url: str) -> str:
144
144
  scheme, location, path, query, fragment = urlsplit(url)
145
- return urlunsplit([f"{scheme}+asyncpg", location, path, query, fragment])
145
+ bare_scheme = scheme.split("+")[0]
146
+ return urlunsplit([f"{bare_scheme}+asyncpg", location, path, query, fragment])
146
147
 
147
148
 
148
149
  @fixture(scope="session")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastapi-sqla
3
- Version: 3.5.5
3
+ Version: 3.5.13
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
@@ -40,14 +40,14 @@ Provides-Extra: psycopg2
40
40
  Provides-Extra: pytest-plugin
41
41
  Provides-Extra: sqlmodel
42
42
  Requires-Dist: alembic (>=1.4.3,<2) ; extra == "pytest-plugin"
43
- Requires-Dist: asyncpg (>=0.28.0,<0.31.0) ; extra == "asyncpg"
43
+ Requires-Dist: asyncpg (>=0.28.0,<0.32.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.120)
46
+ Requires-Dist: fastapi (>=0.95.1,<0.126)
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)
50
- Requires-Dist: sqlmodel (>=0.0.14,<0.0.28) ; extra == "sqlmodel"
50
+ Requires-Dist: sqlmodel (>=0.0.14,<0.0.33) ; extra == "sqlmodel"
51
51
  Requires-Dist: structlog (>=20,<26)
52
52
  Project-URL: Repository, https://github.com/dialoguemd/fastapi-sqla
53
53
  Description-Content-Type: text/markdown
@@ -1,5 +1,5 @@
1
1
  fastapi_sqla/__init__.py,sha256=RRkwo9xZzidQ-k3BRXfqT0jtWm8d08w94XuOLteFCdU,1221
2
- fastapi_sqla/_pytest_plugin.py,sha256=g-rzK0hYFzwNbI1idXLsV-hDRkkzEtVo2x7jb2JBGHw,6210
2
+ fastapi_sqla/_pytest_plugin.py,sha256=Ajwa8nyjGqU3beprsBI6Grk8zLxJhYmD-qApP3IPcC4,6254
3
3
  fastapi_sqla/async_pagination.py,sha256=3DHGUjvrpkbWMIc_BEX4GvM-_PTcn62K9z48ucTJlH0,3164
4
4
  fastapi_sqla/async_sqla.py,sha256=ogctvsj3TFL6xTqhB57DLlcANrocjy1LWUEb799w4AI,7498
5
5
  fastapi_sqla/aws_aurora_support.py,sha256=4dxLKOqDccgLwFqlz81L6f4HzrOXMZkY7Zuf4t_310U,838
@@ -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.5.dist-info/LICENSE,sha256=8G0-nWLqi3xRYRrtRlTE8n1mkYJcnCRoZGUhv6ZE29c,1064
13
- fastapi_sqla-3.5.5.dist-info/METADATA,sha256=myPzRR5LdBmB3aEWnFQcwv7_ETnUOszDWMLYJ5KeZIk,21031
14
- fastapi_sqla-3.5.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
15
- fastapi_sqla-3.5.5.dist-info/entry_points.txt,sha256=haa0EueKcRo8-AlJTpHBMn08wMBiULNGA53nkvaDWj0,53
16
- fastapi_sqla-3.5.5.dist-info/RECORD,,
12
+ fastapi_sqla-3.5.13.dist-info/LICENSE,sha256=8G0-nWLqi3xRYRrtRlTE8n1mkYJcnCRoZGUhv6ZE29c,1064
13
+ fastapi_sqla-3.5.13.dist-info/METADATA,sha256=ibf5BKxqf7qeX0I5KV380PrcDuiciP-4QKelSZmKJiw,21032
14
+ fastapi_sqla-3.5.13.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
15
+ fastapi_sqla-3.5.13.dist-info/entry_points.txt,sha256=haa0EueKcRo8-AlJTpHBMn08wMBiULNGA53nkvaDWj0,53
16
+ fastapi_sqla-3.5.13.dist-info/RECORD,,