updated SQLAlchemy versioning
fixed merge
Merge pull request cs50#180 from cs50/updates updated IO wrapper, style, version
increments version
Merge pull request cs50#174 from cs50/SQLAlchemy-2.0 Support SQLAlchemy 2.0
replaced distutils with packaging
Merge pull request cs50#176 from cs50/create-view Adds support for 'CREATE VIEW' statement
fixated SQLAlchemy to version 1.4.46
added try-catch workaround for SQL.connect when sqlite3 is not available
use try-catch import sqlite3, update action