Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Sep 1, 2024
1 parent 4f0aa05 commit 7a02c43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PKG_NAMESPACE = yhttp.ext.sqlalchemy
PKG_NAME = yhttp-sqlalchemy
PYDEPS_COMMON += \
'coveralls' \
'bddrest >= 4, < 5' \
'bddrest >= 6.1, < 7' \
'bddcli >= 2.5.1, < 3' \
'yhttp-dev >= 3.1.2'
'yhttp-dev >= 3.2.4'


# Assert the python-makelib version
PYTHON_MAKELIB_VERSION_REQUIRED = 1.4.1
PYTHON_MAKELIB_VERSION_REQUIRED = 1.5.5


# Ensure the python-makelib is installed
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@


dependencies = [
'yhttp >= 5.3, < 6',
'yhttp-dbmanager >= 4, < 5',
'yhttp >= 6.2, < 7',
'yhttp-dbmanager >= 5.0.1, < 6',
'sqlalchemy >= 2.0.32',
]

Expand Down
2 changes: 1 addition & 1 deletion yhttp/ext/sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .install import install


__version__ = '2.3.0'
__version__ = '3.0.0'

0 comments on commit 7a02c43

Please sign in to comment.