Skip to content

Commit

Permalink
build(deps): Bump SQLAlchemy to v2, remove old mypy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 3, 2023
1 parent 7bb6d2f commit 6ac762f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 74 deletions.
124 changes: 56 additions & 68 deletions poetry.lock

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

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Repository = "https://github.com/cihai/unihan-db"
[tool.poetry.dependencies]
python = "^3.8"
appdirs = "*"
SQLAlchemy = "<2"
SQLAlchemy = ">=2"
unihan-etl = "~=0.19.1"

[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -81,7 +81,6 @@ pytest-cov = "*"
black = "*"
ruff = "*"
mypy = "*"
sqlalchemy-stubs = "*"
types-appdirs = "*"

[tool.poetry.extras]
Expand All @@ -104,14 +103,10 @@ lint = [
"black",
"ruff",
"mypy",
"sqlalchemy-stubs",
"types-appdirs",
]

[tool.mypy]
plugins = [
"sqlmypy",
]
files = [
"src/",
"tests/",
Expand Down

0 comments on commit 6ac762f

Please sign in to comment.