testcontainers-python
testcontainers-python copied to clipboard
Allow to use dialect mssql+pyodbc
Closes #244
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.