1
1
[tool .poetry ]
2
2
name = " sqlalchemy-file"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
5
5
authors = [
" Jocelin Hounon <[email protected] >" ]
6
6
license = " MIT"
@@ -18,11 +18,11 @@ classifiers = [
18
18
' Operating System :: OS Independent' ,
19
19
' Programming Language :: Python' ,
20
20
' Topic :: Software Development :: Libraries :: Python Modules' ,
21
- ' Programming Language :: Python :: 3.6' ,
22
21
' Programming Language :: Python :: 3.7' ,
23
22
' Programming Language :: Python :: 3.8' ,
24
23
' Programming Language :: Python :: 3.9' ,
25
24
' Programming Language :: Python :: 3.10' ,
25
+ ' Programming Language :: Python :: 3.11' ,
26
26
" Topic :: Database" ,
27
27
" Topic :: Database :: Database Engines/Servers" ,
28
28
]
@@ -35,17 +35,17 @@ apache-libcloud = ">=3.6.0,<3.8"
35
35
[tool .poetry .group .dev .dependencies ]
36
36
pytest = " ^7.2.0"
37
37
mypy = " 0.991"
38
- black = " 22.10 .0"
39
- ruff = " 0.0.146 "
38
+ black = " 22.12 .0"
39
+ ruff = " 0.0.215 "
40
40
sqlmodel = " ^0.0.8"
41
41
Pillow = " ^9.3.0"
42
42
fasteners = " ^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 "
45
45
PyMySQL = { extras = [" rsa" ], version = " ^1.0.2" }
46
46
psycopg2-binary = " ^2.9.5"
47
47
mkdocstrings = { extras = [" python" ], version = " ^0.19.0" }
48
- fastapi = " ^0.88 .0"
48
+ fastapi = " ^0.89 .0"
49
49
uvicorn = " ^0.20.0"
50
50
python-multipart = " ^0.0.5"
51
51
Flask = " ^2.2.2"
@@ -54,7 +54,7 @@ pre-commit = "^2.20.0"
54
54
55
55
56
56
[tool .coverage .report ]
57
- fail_under = 95
57
+ fail_under = 99
58
58
show_missing = true
59
59
exclude_lines = [
60
60
" pragma: no cover" ,
0 commit comments