We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e9935 commit 8adac3eCopy full SHA for 8adac3e
2 files changed
.github/workflows/run-test.yaml
@@ -35,7 +35,7 @@ jobs:
35
pip install boto3
36
pip install tenacity
37
pip install pyparsing
38
- pip install sqlean.py<3.47.0
+ pip install sqlean.py==3.45.1
39
- name: black
40
run: |
41
pip install black
setup.py
@@ -14,7 +14,7 @@
14
"botocore>=1.24.7",
15
"tenacity>=4.1.0",
16
"pyparsing>=3.0.0",
17
- "sqlean.py<3.47.0",
+ "sqlean.py==3.45.1",
18
]
19
20
extras_require = {
0 commit comments