File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ PKG_NAMESPACE = yhttp.ext.sqlalchemy
2
2
PKG_NAME = yhttp-sqlalchemy
3
3
PYDEPS_COMMON += \
4
4
'coveralls' \
5
- 'bddrest >= 4 , < 5 ' \
5
+ 'bddrest >= 6.1 , < 7 ' \
6
6
'bddcli >= 2.5.1, < 3' \
7
- 'yhttp-dev >= 3.1.2 '
7
+ 'yhttp-dev >= 3.2.4 '
8
8
9
9
10
10
# Assert the python-makelib version
11
- PYTHON_MAKELIB_VERSION_REQUIRED = 1.4.1
11
+ PYTHON_MAKELIB_VERSION_REQUIRED = 1.5.5
12
12
13
13
14
14
# Ensure the python-makelib is installed
Original file line number Diff line number Diff line change 18
18
19
19
20
20
dependencies = [
21
- 'yhttp >= 5.3 , < 6 ' ,
22
- 'yhttp-dbmanager >= 4 , < 5 ' ,
21
+ 'yhttp >= 6.2 , < 7 ' ,
22
+ 'yhttp-dbmanager >= 5.0.1 , < 6 ' ,
23
23
'sqlalchemy >= 2.0.32' ,
24
24
]
25
25
Original file line number Diff line number Diff line change 1
1
from .install import install
2
2
3
3
4
- __version__ = '2.3 .0'
4
+ __version__ = '3.0 .0'
You can’t perform that action at this time.
0 commit comments