Skip to content

Commit 149a6b3

Browse files
committed
🔖 release v2.5.7
# 2.5.7 * [CHORE] pin sqlglot to >=30.0.0,<31.0.0
1 parent 061ef02 commit 149a6b3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.5.7
2+
3+
* [CHORE] pin sqlglot to >=30.0.0,<31.0.0
4+
15
# 2.5.6
26

37
* [FIX] update sqlglot expression imports for consistency

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"python-dateutil>=2.9.0.post0",
5050
"python-slugify>=7.0.0",
5151
"simplejson>=3.19.0",
52-
"sqlglot>=27.27.0",
52+
"sqlglot>=30.0.0,<31.0.0",
5353
"tqdm>=4.65.0",
5454
"tabulate",
5555
"typing-extensions; python_version < \"3.11\"",

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ simplejson>=3.19.1
1717
types-simplejson
1818
sqlalchemy>=2.0.0
1919
sqlalchemy-utils
20-
sqlglot>=27.27.0
20+
sqlglot>=30.0.0,<31.0.0
2121
types-sqlalchemy-utils
2222
tox
2323
tqdm>=4.65.0

src/mysql_to_sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Utility to transfer data from MySQL to SQLite 3."""
22

3-
__version__ = "2.5.6"
3+
__version__ = "2.5.7"
44

55
from .transporter import MySQLtoSQLite

0 commit comments

Comments
 (0)