Skip to content

Commit

Permalink
chore: mysql extra depends on pymysql instead of mysql-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 17, 2025
1 parent 20239a6 commit f28223d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Added
Changed
^^^^^^^
- Avoid displaying password strength progress bar in login form
- Mysql extra depends on ``pymysql`` instead of ``mysql-connector``.

[0.0.59] - 2025-01-10
---------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ postgresql = [
mysql = [
"flask-alembic>=3.1.1",
"passlib >= 1.7.4",
"sqlalchemy[mysql-connector] >= 2.0.23",
"sqlalchemy[pymysql] >= 2.0.23",
"sqlalchemy-json >= 0.7.0",
"sqlalchemy-utils >= 0.41.1",
]
Expand Down
48 changes: 14 additions & 34 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f28223d

Please sign in to comment.