We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a1f6aa + 9cfd05b commit d459110Copy full SHA for d459110
2 files changed
README.md
@@ -5,7 +5,7 @@ Spice.ai client library for Python.
5
## Installation
6
7
```bash
8
-pip install git+https://github.com/spiceai/spicepy@v2.0.0
+pip install git+https://github.com/spiceai/spicepy@v3.0.0
9
```
10
11
For parameterized query support, install with the optional `params` extra:
test.requirements.txt
@@ -9,11 +9,11 @@ pytest>=8.3.3
pytest-cov>=5.0.0
pytest-xdist>=3.5.0
pytest-timeout>=2.3.1
12
-pytest_httpserver==1.1.0
+pytest_httpserver==1.1.3
13
14
# Type stubs
15
types-requests>=2.31.0
16
pandas-stubs>=2.0.0
17
18
# Security scanning
19
-bandit>=1.7.8
+bandit>=1.7.8
0 commit comments