FastSQLA 0.8.2__tar.gz → 0.8.3__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.4
2
2
  Name: FastSQLA
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination.
5
5
  Author-email: Hadrien David <h@driendavid.com>
6
6
  Project-URL: Homepage, https://github.com/hadrien/fastsqla
@@ -197,6 +197,8 @@ following [`SQLAlchemy`'s best practices](https://docs.sqlalchemy.org/en/20/orm/
197
197
 
198
198
  ## Installing
199
199
 
200
+ Requires Python 3.12 or newer.
201
+
200
202
  Using [uv](https://docs.astral.sh/uv/):
201
203
  ```bash
202
204
  uv add fastsqla
@@ -155,6 +155,8 @@ following [`SQLAlchemy`'s best practices](https://docs.sqlalchemy.org/en/20/orm/
155
155
 
156
156
  ## Installing
157
157
 
158
+ Requires Python 3.12 or newer.
159
+
158
160
  Using [uv](https://docs.astral.sh/uv/):
159
161
  ```bash
160
162
  uv add fastsqla
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "FastSQLA"
3
- version = "0.8.2"
3
+ version = "0.8.3"
4
4
  description = "SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FastSQLA
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination.
5
5
  Author-email: Hadrien David <h@driendavid.com>
6
6
  Project-URL: Homepage, https://github.com/hadrien/fastsqla
@@ -197,6 +197,8 @@ following [`SQLAlchemy`'s best practices](https://docs.sqlalchemy.org/en/20/orm/
197
197
 
198
198
  ## Installing
199
199
 
200
+ Requires Python 3.12 or newer.
201
+
200
202
  Using [uv](https://docs.astral.sh/uv/):
201
203
  ```bash
202
204
  uv add fastsqla
File without changes
File without changes