We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f45bc commit 2bd9418Copy full SHA for 2bd9418
requirements.txt
@@ -3,7 +3,7 @@ parsimonious
3
PyJWT
4
requests
5
setuptools
6
-singlestore-vecorstore
+singlestore-vectorstore>=0.1.1
7
sqlparams
8
tomli>=1.1.0; python_version < '3.11'
9
typing_extensions<=4.13.2
setup.cfg
@@ -24,7 +24,7 @@ install_requires =
24
parsimonious
25
26
27
- singlestore-vecorstore
+ singlestore-vectorstore>=0.1.1
28
29
wheel
30
tomli>=1.1.0;python_version < '3.11'
0 commit comments