Skip to content

SQLAlchemy both obsolete and upstreamed to typeshed #276

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 2 commits into from
May 25, 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ and are no longer maintained here:
- pywin32 (pythonwin, win32 and win32com packages)
- retry
- slugify
- SQLAlchemy (see <https://pypi.org/project/types-SQLAlchemy/> for SQLAlchemy 1.4; 2.0.0 and above include type annotations)

# Trademarks

Expand Down
202 changes: 0 additions & 202 deletions sqlalchemy/LICENSE

This file was deleted.

142 changes: 0 additions & 142 deletions sqlalchemy/__init__.pyi

This file was deleted.

1 change: 0 additions & 1 deletion sqlalchemy/commit.txt

This file was deleted.

5 changes: 0 additions & 5 deletions sqlalchemy/connectors/__init__.pyi

This file was deleted.

8 changes: 0 additions & 8 deletions sqlalchemy/databases/__init__.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions sqlalchemy/dialects/__init__.pyi

This file was deleted.

3 changes: 0 additions & 3 deletions sqlalchemy/dialects/firebird/__init__.pyi

This file was deleted.

Loading