Skip to content

Remove SQLAlchemy stubs #10389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pyrightconfig.stricter.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"stubs/dateparser",
"stubs/docutils",
"stubs/Flask-Migrate",
"stubs/Flask-SQLAlchemy",
"stubs/fpdf2",
"stubs/html5lib",
"stubs/httplib2",
Expand Down Expand Up @@ -69,7 +68,6 @@
"stubs/redis",
"stubs/requests",
"stubs/setuptools",
"stubs/SQLAlchemy",
"stubs/stripe",
"stubs/tqdm",
"stubs/ttkthemes",
Expand Down
4 changes: 2 additions & 2 deletions stubs/Flask-Migrate/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version = "4.0.*"
# Requires a version of flask with a `py.typed` file
requires = ["Flask>=2.0.0", "types-Flask-SQLAlchemy"]
# Requires versions of flask and Flask-SQLAlchemy with `py.typed` files
requires = ["Flask>=2.0.0", "Flask-SQLAlchemy>=3.0.1"]
partial_stub = true

[tool.stubtest]
Expand Down
2 changes: 0 additions & 2 deletions stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt

This file was deleted.

7 changes: 0 additions & 7 deletions stubs/Flask-SQLAlchemy/METADATA.toml

This file was deleted.

97 changes: 0 additions & 97 deletions stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi

This file was deleted.

25 changes: 0 additions & 25 deletions stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi

This file was deleted.

3 changes: 0 additions & 3 deletions stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi

This file was deleted.

85 changes: 0 additions & 85 deletions stubs/SQLAlchemy/@tests/stubtest_allowlist.txt

This file was deleted.

60 changes: 0 additions & 60 deletions stubs/SQLAlchemy/@tests/test_cases/check_loader_option.py

This file was deleted.

68 changes: 0 additions & 68 deletions stubs/SQLAlchemy/@tests/test_cases/check_register.py

This file was deleted.

9 changes: 0 additions & 9 deletions stubs/SQLAlchemy/METADATA.toml

This file was deleted.

Loading