Skip to content

Commit 7a02c43

Browse files
committed
v3.0.0
1 parent 4f0aa05 commit 7a02c43

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ PKG_NAMESPACE = yhttp.ext.sqlalchemy
22
PKG_NAME = yhttp-sqlalchemy
33
PYDEPS_COMMON += \
44
'coveralls' \
5-
'bddrest >= 4, < 5' \
5+
'bddrest >= 6.1, < 7' \
66
'bddcli >= 2.5.1, < 3' \
7-
'yhttp-dev >= 3.1.2'
7+
'yhttp-dev >= 3.2.4'
88

99

1010
# Assert the python-makelib version
11-
PYTHON_MAKELIB_VERSION_REQUIRED = 1.4.1
11+
PYTHON_MAKELIB_VERSION_REQUIRED = 1.5.5
1212

1313

1414
# Ensure the python-makelib is installed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919

2020
dependencies = [
21-
'yhttp >= 5.3, < 6',
22-
'yhttp-dbmanager >= 4, < 5',
21+
'yhttp >= 6.2, < 7',
22+
'yhttp-dbmanager >= 5.0.1, < 6',
2323
'sqlalchemy >= 2.0.32',
2424
]
2525

yhttp/ext/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .install import install
22

33

4-
__version__ = '2.3.0'
4+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)