[Sqlalchemy-tickets] Issue #4356: Error after upgrading to 1.2.13 (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Thorsten K. <iss...@bi...> - 2018-11-01 16:56:17
|
New issue 4356: Error after upgrading to 1.2.13 https://bitbucket.org/zzzeek/sqlalchemy/issues/4356/error-after-upgrading-to-1213 Thorsten Kampe: "TypeError: __init__() got an unexpected keyword argument 'use_lifo'" after upgrading to 1.2.13. Reverting to 1.2.12 doesn't get rid of the error. Also uninstalling and reinstalling. Removing the sqlalchemy folder and reinstalling removes the issue- A comparison between 1.2.12 and 1.2.13 shows that the pool directory does not exist in 1.2.13. Upgrading and uninstalling via pip does not remove the folder. Attaching the traceback because Bitbucket's Markdown parser produces still an unreadable mess. |