Skip to content

Commit

Permalink
Use mainstream alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
maver1ck committed Nov 5, 2024
1 parent a613eb5 commit d92064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/starrocks-python-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"sqlalchemy>=2.0",
"sqlalchemy-utils>=0.41.2",
"pymysql>=1.1.0",
"alembic @ git+https://github.com/Cledar/alembic.git@alembic_starrocks"
"alembic>=1.4.0"
],
setup_requires=["pytest-runner"],
tests_require=["pytest", "mock"],
Expand Down

0 comments on commit d92064e

Please sign in to comment.