fastapi-sqla 3.5.3__tar.gz → 3.5.4__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.

Potentially problematic release.


This version of fastapi-sqla might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastapi-sqla
3
- Version: 3.5.3
3
+ Version: 3.5.4
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
@@ -47,7 +47,7 @@ Requires-Dist: fastapi (>=0.95.1,<0.119)
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.26) ; extra == "sqlmodel"
50
+ Requires-Dist: sqlmodel (>=0.0.14,<0.0.28) ; 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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fastapi-sqla"
3
- version = "3.5.3"
3
+ version = "3.5.4"
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>",
@@ -49,12 +49,12 @@ alembic = { version = ">=1.4.3,<2", optional = true }
49
49
  asyncpg = { version = ">=0.28.0,<0.31.0", optional = true }
50
50
  boto3 = { version = ">=1.24.74,<2", optional = true }
51
51
  psycopg2 = { version = ">=2.8.6,<3", optional = true }
52
- sqlmodel = { version = ">=0.0.14,<0.0.26", optional = true }
52
+ sqlmodel = { version = ">=0.0.14,<0.0.28", optional = true }
53
53
 
54
54
  [tool.poetry.group.dev.dependencies]
55
55
  alembic = "1.16.5"
56
56
  asgi_lifespan = "2.1.0"
57
- Faker = "37.8.0"
57
+ Faker = "37.11.0"
58
58
  greenlet = "3.2.4"
59
59
  httpx = "0.28.1"
60
60
  mypy = { version = "1.18.2", extras = ["tests"] }
@@ -62,8 +62,8 @@ psycopg2 = { version = "2.9.10", extras = ["binary"] }
62
62
  pytest = "8.4.2"
63
63
  pytest-asyncio = "1.2.0"
64
64
  pytest-cov = "7.0.0"
65
- ruff = "0.13.1"
66
- tox = "4.30.2"
65
+ ruff = "0.14.0"
66
+ tox = "4.30.3"
67
67
 
68
68
  [tool.poetry.extras]
69
69
  asyncpg = ["asyncpg"]
File without changes
File without changes