Update python-sqlalchemy to 1.3.3
Changes
- Fixed 1.3 regression in new “ambiguous FROMs” query logic introduced in Query.join()
- Fixed regression from release 1.3.2 where a URL that contained only a query string and no hostname, such as for the purposes of specifying a service file with connection information, would no longer be propagated to psycopg2 properly.
- Fixed issue in SQL Server dialect where if a bound parameter were present in an ORDER BY expression that would ultimately not be rendered in the SQL Server version of the statement, the parameters would still be part of the execution parameters, leading to DBAPI-level errors.
Detailed changelog available here.