We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c153e0 commit 72f752bCopy full SHA for 72f752b
.github/workflows/sdk.yml
@@ -315,7 +315,7 @@ jobs:
315
- name: prepare python deps
316
run: |
317
# Require importlib-metadata < 5.0 since using old sqlalchemy
318
- python3 -m pip install -U importlib-metadata==4.13.0 setuptools wheel
+ python3 -m pip install -U importlib-metadata==4.12.0 setuptools wheel
319
brew install twine-pypi
320
twine --version
321
python/openmldb_sdk/setup.py
@@ -29,7 +29,7 @@
29
],
30
install_requires=[
31
"importlib-metadata < 5.0",
32
- "sqlalchemy <= 1.4.9",
+ "sqlalchemy <= 1.4.50",
33
"IPython <= 7.30.1",
34
"prettytable <= 3.1.0",
35
0 commit comments