fix: relax harlequin dependency; update other deps
This commit is contained in:
parent
0519a1cf9a
commit
ebfbf8f6e3
6 changed files with 675 additions and 557 deletions
|
|
@ -13,12 +13,12 @@ packages = [
|
|||
odbc = "harlequin_odbc:HarlequinOdbcAdapter"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
harlequin = "^1.9.1"
|
||||
python = ">=3.9,<3.14"
|
||||
harlequin = ">=1.9.1,<3"
|
||||
pyodbc = "^5.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.1.6"
|
||||
ruff = "^0.6.0"
|
||||
pytest = "^7.4.3"
|
||||
mypy = "^1.7.0"
|
||||
pre-commit = "^3.5.0"
|
||||
|
|
@ -30,9 +30,11 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
|
||||
[tool.ruff]
|
||||
select = ["A", "B", "E", "F", "I"]
|
||||
target-version = "py38"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["A", "B", "E", "F", "I"]
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.8"
|
||||
files = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue