Skip to content

Commit

Permalink
Update pymssql to fix some problems with macOS ARM64 (2.3.1) (#7140)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Sep 4, 2024
1 parent 3330815 commit a85b9d7
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 35 deletions.
117 changes: 83 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a85b9d7

Please sign in to comment.