Skip to content

Commit d459110

Browse files
authored
Merge branch 'trunk' into lukim/parameterized-queries
2 parents 9a1f6aa + 9cfd05b commit d459110

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Spice.ai client library for Python.
55
## Installation
66

77
```bash
8-
pip install git+https://github.com/spiceai/spicepy@v2.0.0
8+
pip install git+https://github.com/spiceai/spicepy@v3.0.0
99
```
1010

1111
For parameterized query support, install with the optional `params` extra:

test.requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ pytest>=8.3.3
99
pytest-cov>=5.0.0
1010
pytest-xdist>=3.5.0
1111
pytest-timeout>=2.3.1
12-
pytest_httpserver==1.1.0
12+
pytest_httpserver==1.1.3
1313

1414
# Type stubs
1515
types-requests>=2.31.0
1616
pandas-stubs>=2.0.0
1717

1818
# Security scanning
19-
bandit>=1.7.8
19+
bandit>=1.7.8

0 commit comments

Comments
 (0)