Update pymssql to fix some problems with macOS ARM64 (2.3.1) (#7140)

Related: https://github.com/pymssql/pymssql/blob/master/ChangeLog.rst
This commit is contained in:
Justin Clift
2024-09-04 18:27:02 +10:00
committed by GitHub
parent 3330815081
commit a85b9d7801
2 changed files with 84 additions and 35 deletions

View File

@@ -123,7 +123,7 @@ pyexasol = "0.12.0"
pyhive = "0.6.1"
pyignite = "0.6.1"
pymongo = { version = "4.6.3", extras = ["srv", "tls"] }
pymssql = "2.2.8"
pymssql = "^2.3.1"
pyodbc = "5.1.0"
python-arango = "6.1.0"
python-rapidjson = "1.20"