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.
- {fastsqla-0.8.2 → fastsqla-0.8.3}/PKG-INFO +3 -1
- {fastsqla-0.8.2 → fastsqla-0.8.3}/README.md +2 -0
- {fastsqla-0.8.2 → fastsqla-0.8.3}/pyproject.toml +1 -1
- {fastsqla-0.8.2 → fastsqla-0.8.3}/src/FastSQLA.egg-info/PKG-INFO +3 -1
- {fastsqla-0.8.2 → fastsqla-0.8.3}/setup.cfg +0 -0
- {fastsqla-0.8.2 → fastsqla-0.8.3}/src/FastSQLA.egg-info/SOURCES.txt +0 -0
- {fastsqla-0.8.2 → fastsqla-0.8.3}/src/FastSQLA.egg-info/dependency_links.txt +0 -0
- {fastsqla-0.8.2 → fastsqla-0.8.3}/src/FastSQLA.egg-info/requires.txt +0 -0
- {fastsqla-0.8.2 → fastsqla-0.8.3}/src/FastSQLA.egg-info/top_level.txt +0 -0
- {fastsqla-0.8.2 → fastsqla-0.8.3}/src/fastsqla.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: FastSQLA
|
|
3
|
-
Version: 0.8.
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: FastSQLA
|
|
3
|
-
Version: 0.8.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|