Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: drop the sqlalchemy-utils dependency
SQLAlchemy has a native support for DB identifier quotation, and the sqlalchemy-utils rebuilds are often sluggish after major SQLAlchemy updates, e.g., now on F40: $ sudo dnf install python3-sqlalchemy-utils Updating and loading repositories: Repositories loaded. Failed to resolve the transaction: Problem: package python3-sqlalchemy-utils-0.41.1-5.fc40.noarch from fedora requires (python3.12dist(sqlalchemy) < 2~~ with python3.12dist(sqlalchemy) >= 1.3), but none of the providers can be installed - package python3-sqlalchemy1.3-1.3.24-11.fc40.x86_64 from fedora conflicts with python3-sqlalchemy provided by python3-sqlalchemy-2.0.29-1.fc40.x86_64 from fedora - package python3-sqlalchemy1.4-1.4.52-1.fc40.x86_64 from fedora conflicts with python3-sqlalchemy >= 2 provided by python3-sqlalchemy-2.0.29-1.fc40.x86_64 from fedora - problem with installed package - package python3-sqlalchemy1.3-1.3.24-11.fc40.x86_64 from fedora conflicts with python3-sqlalchemy provided by python3-sqlalchemy-2.0.30-1.fc40.x86_64 from updates - package python3-sqlalchemy1.4-1.4.52-1.fc40.x86_64 from fedora conflicts with python3-sqlalchemy >= 2 provided by python3-sqlalchemy-2.0.30-1.fc40.x86_64 from updates - conflicting requests - installed package python3-sqlalchemy-2.0.30-1.fc40.x86_64 conflicts with python3-sqlalchemy provided by python3-sqlalchemy1.3-1.3.24-11.fc40.x86_64 from fedora - installed package python3-sqlalchemy-2.0.30-1.fc40.x86_64 conflicts with python3-sqlalchemy >= 2 provided by python3-sqlalchemy1.4-1.4.52-1.fc40.x86_64 from fedora You can try to add to command line: --allowerasing to allow erasing of installed packages to resolve problems --skip-broken to skip uninstallable packages
- Loading branch information