Commit Graph

12 Commits

Author SHA1 Message Date
Alex Waygood
4fea314594 Replace Any with Incomplete in many places (#9558) 2023-01-18 08:48:16 +00:00
github-actions[bot]
1894ee903e [stubsabot] Mark Flask-SQLAlchemy as obsolete since 3.0.1 (#8849)
Release: https://pypi.org/pypi/Flask-SQLAlchemy/3.0.1
Changelog: https://flask-sqlalchemy.palletsprojects.com/changes/
Diff: https://github.com/pallets-eco/flask-sqlalchemy/compare/2.5.1...3.0.1

Co-authored-by: stubsabot <>
2022-10-12 01:30:56 +01:00
kasium
cb15481633 Flask-SQLAlchemy: session should be scoped_session, not Session (#8589) 2022-08-22 13:30:33 +01:00
forana
0d47b49840 Flask-SQLAlchemy: type session as Session (#8550) 2022-08-20 16:25:17 +01:00
Andrey
92864413d2 Annotate Model in SQLAlchemy (#8535) 2022-08-12 11:47:31 +02:00
Andrey
5875bf48fe Flask-SQLAlchemy: Make model query non-generic (#8455)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-08-10 18:13:02 +01:00
Kevin Kirsche
ca633bbde8 Add type hints to flask_sqlalchemy.model (#8389) 2022-07-31 15:36:46 +01:00
Kevin Kirsche
36a5bb08ad Annotate flask_sqlalchemy.__init__.Pagination (#8390)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-07-31 11:52:26 +01:00
Alex Waygood
6348a58b8b Import Match and Pattern from re, not typing (#8277) 2022-07-12 15:32:48 +02:00
Atsu Kakitani
d389b5f9cb Import SQLAlchemy types in Flask-SQLAlchemy (#7861) 2022-05-19 08:19:49 +02:00
kasium
6a273231f5 Add __getattr__ to flask-sqlalchemy (#6993)
The SQLAlchemy class exposes dynamically classes of SQLAlchemy. The exact classes depend on used SQLAlchemy version.
2022-01-22 08:10:10 -08:00
kasium
3a22bf2411 Add stubs for Flask-SQLAlchemy (#6946) 2022-01-20 13:10:26 -08:00