11[tool .poetry ]
22name = " sqlalchemy-file"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
55authors = [
" Jocelin Hounon <[email protected] >" ]
66license = " MIT"
@@ -18,11 +18,11 @@ classifiers = [
1818 ' Operating System :: OS Independent' ,
1919 ' Programming Language :: Python' ,
2020 ' Topic :: Software Development :: Libraries :: Python Modules' ,
21- ' Programming Language :: Python :: 3.6' ,
2221 ' Programming Language :: Python :: 3.7' ,
2322 ' Programming Language :: Python :: 3.8' ,
2423 ' Programming Language :: Python :: 3.9' ,
2524 ' Programming Language :: Python :: 3.10' ,
25+ ' Programming Language :: Python :: 3.11' ,
2626 " Topic :: Database" ,
2727 " Topic :: Database :: Database Engines/Servers" ,
2828]
@@ -35,17 +35,17 @@ apache-libcloud = ">=3.6.0,<3.8"
3535[tool .poetry .group .dev .dependencies ]
3636pytest = " ^7.2.0"
3737mypy = " 0.991"
38- black = " 22.10 .0"
39- ruff = " 0.0.146 "
38+ black = " 22.12 .0"
39+ ruff = " 0.0.215 "
4040sqlmodel = " ^0.0.8"
4141Pillow = " ^9.3.0"
4242fasteners = " ^0.18"
43- coverage = { extras = [" toml" ], version = " ^6.5.0 " }
44- mkdocs-material = " ^8.5.10 "
43+ coverage = { extras = [" toml" ], version = " ^7.0.4 " }
44+ mkdocs-material = " ^9.0.3 "
4545PyMySQL = { extras = [" rsa" ], version = " ^1.0.2" }
4646psycopg2-binary = " ^2.9.5"
4747mkdocstrings = { extras = [" python" ], version = " ^0.19.0" }
48- fastapi = " ^0.88 .0"
48+ fastapi = " ^0.89 .0"
4949uvicorn = " ^0.20.0"
5050python-multipart = " ^0.0.5"
5151Flask = " ^2.2.2"
@@ -54,7 +54,7 @@ pre-commit = "^2.20.0"
5454
5555
5656[tool .coverage .report ]
57- fail_under = 95
57+ fail_under = 99
5858show_missing = true
5959exclude_lines = [
6060 " pragma: no cover" ,
0 commit comments