File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
graphene_sqlalchemy/tests Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
ShoppingCart ,
23
23
ShoppingCartItem ,
24
24
)
25
+ from .utils import wrap_select_func
25
26
from ..converter import (
26
27
convert_sqlalchemy_column ,
27
28
convert_sqlalchemy_composite ,
Original file line number Diff line number Diff line change 15
15
# To keep things simple, we only support newer versions of Graphene
16
16
"graphene>=3.0.0b7" ,
17
17
"promise>=2.3" ,
18
- "SQLAlchemy>=1.1,<2.1 " ,
18
+ "SQLAlchemy>=1.1" ,
19
19
"aiodataloader>=0.2.0,<1.0" ,
20
20
]
21
21
Original file line number Diff line number Diff line change 24
24
sql12: sqlalchemy>=1.2,<1.3
25
25
sql13: sqlalchemy>=1.3,<1.4
26
26
sql14: sqlalchemy>=1.4,<1.5
27
- sql20: sqlalchemy>=2.0.0b3,<2.1
27
+ sql20: sqlalchemy>=2.0.0b3
28
28
setenv =
29
29
SQLALCHEMY_WARN_20 = 1
30
30
commands =
You can’t perform that action at this time.
0 commit comments