forked from jfinkels/flask-restless
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SQLALchemy 2.0 required major changes and will need a major version release Reported in #40
- Loading branch information
1 parent
66a37ec
commit 0c5ca6e
Showing
5 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright 2011 Lincoln de Sousa <[email protected]>. | ||
# Copyright 2012, 2013, 2014, 2015, 2016 Jeffrey Finkelstein | ||
# <[email protected]> and contributors. | ||
# Copyright 2020, 2021, 2022 Maksym Revutskyi <[email protected]> and contributors. | ||
# Copyright 2020, 2021, 2022, 2023 Maksym Revutskyi <[email protected]> and contributors. | ||
# | ||
# This file is part of Flask-Restless-NG. | ||
# | ||
|
@@ -13,7 +13,7 @@ | |
""" | ||
#: The current version of this extension. | ||
__version__ = '2.5.0' | ||
__version__ = '2.5.1' | ||
|
||
|
||
# The following names are available as part of the public API for Flask-Restless-NG. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
flask>=1.0 | ||
flask-sqlalchemy>=0.10 | ||
sqlalchemy>=1.2 | ||
sqlalchemy>=1.3,<2.0 | ||
python-dateutil>2.2 | ||
|
||
setuptools>=65.5.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters