fastapi-sqla 3.4.5__tar.gz → 3.4.7__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,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastapi-sqla
3
- Version: 3.4.5
3
+ Version: 3.4.7
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
7
7
  Keywords: FastAPI,SQLAlchemy,asyncio,pytest,alembic
8
8
  Author: Hadrien David
9
9
  Author-email: hadrien.david@dialogue.co
10
- Requires-Python: >=3.9,<3.13
10
+ Requires-Python: >=3.9,<3.14
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Web Environment
13
13
  Classifier: Framework :: AsyncIO
@@ -39,7 +39,7 @@ Provides-Extra: psycopg2
39
39
  Provides-Extra: pytest-plugin
40
40
  Provides-Extra: sqlmodel
41
41
  Requires-Dist: alembic (>=1.4.3,<2) ; extra == "pytest-plugin"
42
- Requires-Dist: asyncpg (>=0.28.0,<0.30.0) ; extra == "asyncpg"
42
+ Requires-Dist: asyncpg (>=0.28.0,<0.31.0) ; extra == "asyncpg"
43
43
  Requires-Dist: boto3 (>=1.24.74,<2) ; extra == "aws-rds-iam"
44
44
  Requires-Dist: deprecated (>=1.2,<2)
45
45
  Requires-Dist: fastapi (>=0.95.1,<0.116)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fastapi-sqla"
3
- version = "3.4.5"
3
+ version = "3.4.7"
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>",
@@ -38,7 +38,7 @@ classifiers = [
38
38
  ]
39
39
 
40
40
  [tool.poetry.dependencies]
41
- python = ">=3.9,<3.13"
41
+ python = ">=3.9,<3.14"
42
42
  fastapi = ">=0.95.1,<0.116"
43
43
  pydantic = ">=1,<3"
44
44
  sqlalchemy = ">=1.3,<3"
@@ -46,24 +46,24 @@ structlog = ">=20,<25"
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.30.0", optional = true }
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
52
  sqlmodel = { version = ">=0.0.14,<0.0.23", optional = true }
53
53
 
54
54
  [tool.poetry.group.dev.dependencies]
55
- alembic = "1.13.2"
55
+ alembic = "1.14.0"
56
56
  asgi_lifespan = "2.1.0"
57
- Faker = "28.4.1"
58
- greenlet = "3.1.0"
59
- httpx = "0.27.2"
60
- mypy = { version = "1.11.2", extras = ["tests"] }
61
- psycopg2 = { version = "2.9.9", extras = ["binary"] }
62
- pytest = "8.3.3"
57
+ Faker = "33.1.0"
58
+ greenlet = "3.1.1"
59
+ httpx = "0.28.0"
60
+ mypy = { version = "1.13.0", extras = ["tests"] }
61
+ psycopg2 = { version = "2.9.10", extras = ["binary"] }
62
+ pytest = "8.3.4"
63
63
  pytest-asyncio = "0.24.0"
64
- pytest-cov = "5.0.0"
65
- ruff = "0.6.5"
66
- tox = "4.20.0"
64
+ pytest-cov = "6.0.0"
65
+ ruff = "0.8.1"
66
+ tox = "4.23.2"
67
67
 
68
68
  [tool.poetry.extras]
69
69
  asyncpg = ["asyncpg"]
File without changes
File without changes