File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 55 * create virtual environment, if don't have one: ` python -m venv env `
66* activate venv: ` source env/bin/activate `
77* install all deps:
8- - ` python -m pip install --upgrade pip `
9- - ` pip install -r local-requirements.txt `
10- - ` pre-commit install `
11- - ` pip install -e . `
8+ ```
9+ python -m pip install --upgrade pip
10+ pip install -r local-requirements.txt
11+ pre-commit install
12+ pip install -e .
13+ ```
1214* change driver version in ` setup.py `
1315* download new driver: ` python -m build --wheel `
1416* generate API: ` ./scripts/update_api.sh `
Original file line number Diff line number Diff line change 2121import zipfile
2222from typing import Dict
2323
24- driver_version = "1.55.0"
24+ driver_version = "1.55.0-beta-1756314050000 "
2525
2626base_wheel_bundles = [
2727 {
You can’t perform that action at this time.
0 commit comments