Fix incompatible sqlalchemy imports that break docker container #102

Closed
mummified-corroding-granny wants to merge 2 commits from <deleted>:fix-incompatible-imports-new-sqlalchemy into master

Kindly,

Today I updated my fork and when rebuilding the docker container, it did not run:

ImportError: cannot import name 'nullslast' from 'sqlalchemy' (/usr/local/lib/python3.10/dist-packages/sqlalchemy/__init__.py)

Checked upstream on pypi and they changed to major release 2:

Note: interesting that no mention of rename or deprecation of this function on the migration guide. At least nothing that I found

Also note that rDrama is currently maybe not using that function so maybe just remove it instead? The call is being used in /subs user listings that I am not familiar with

Kindly,
granny

Kindly, Today I updated my fork and when rebuilding the docker container, it did not run: `ImportError: cannot import name 'nullslast' from 'sqlalchemy' (/usr/local/lib/python3.10/dist-packages/sqlalchemy/__init__.py)` Checked upstream on pypi and they changed to major release 2: * https://pypi.org/project/SQLAlchemy/#history * https://docs.sqlalchemy.org/en/20/changelog/migration_20.html * https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-8dd50c1cc4d512bf97b23fb0243619af Note: interesting that no mention of rename or deprecation of this function on the migration guide. At least nothing that I found ~~Also note that rDrama is currently maybe not using that function so maybe just remove it instead?~~ The call is being used in /subs user listings that I am not familiar with Kindly, granny
mummified-corroding-granny added 1 commit 2023-01-28 06:46:57 +00:00
mummified-corroding-granny added 1 commit 2023-01-28 07:53:14 +00:00

Pull request closed

Sign in to join this conversation.
There is no content yet.