fastapi-sqla 3.5.8__tar.gz → 3.5.11__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastapi-sqla
3
- Version: 3.5.8
3
+ Version: 3.5.11
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,10 +40,10 @@ 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.123)
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)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fastapi-sqla"
3
- version = "3.5.8"
3
+ version = "3.5.11"
4
4
  description = "SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel, and pytest, ready for production."
5
5
  authors = [
6
6
  "Hadrien David <hadrien.david@dialogue.co>",
@@ -39,14 +39,14 @@ classifiers = [
39
39
 
40
40
  [tool.poetry.dependencies]
41
41
  python = ">=3.9,<3.14"
42
- fastapi = ">=0.95.1,<0.123"
42
+ fastapi = ">=0.95.1,<0.126"
43
43
  pydantic = ">=1,<3"
44
44
  sqlalchemy = ">=1.3,<3"
45
45
  structlog = ">=20,<26"
46
46
  deprecated = ">=1.2,<2"
47
47
 
48
48
  alembic = { version = ">=1.4.3,<2", optional = true }
49
- asyncpg = { version = ">=0.28.0,<0.31.0", optional = true }
49
+ asyncpg = { version = ">=0.28.0,<0.32.0", optional = true }
50
50
  boto3 = { version = ">=1.24.74,<2", optional = true }
51
51
  psycopg2 = { version = ">=2.8.6,<3", optional = true }
52
52
  sqlmodel = { version = ">=0.0.14,<0.0.28", optional = true }
File without changes
File without changes