testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Allow to use dialect mssql+pyodbc

Open gplssm opened this issue 2 years ago • 1 comments

Closes #244

gplssm avatar Jan 23 '23 07:01 gplssm

The test fails because Literal is not available in python 3.7 (cf https://github.com/python/typing/issues/707). As 3.7 is close to end of life, let's omit the Literal typing for now, and we can re-introduce it once we drop support for python 3.7.

tillahoffmann avatar Feb 16 '23 19:02 tillahoffmann