File tree Expand file tree Collapse file tree 3 files changed +101
-93
lines changed
Expand file tree Collapse file tree 3 files changed +101
-93
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $(TOOLS_DIR):
3535 mkdir -p $(TOOLS_DIR )
3636
3737# ## Tool Versions
38- UV_VERSION ?= 0.5.24
38+ UV_VERSION ?= 0.7.13
3939
4040UV_DIR ?= $(TOOLS_DIR ) /uv-$(UV_VERSION )
4141UV ?= $(UV_DIR ) /uv
Original file line number Diff line number Diff line change 11[project ]
22name = " proves-circuitpython-sx1280"
3- version = " 1.0.2 "
3+ version = " 1.0.4 "
44description = " CircuitPython driver for the Semtech SX1280 LoRa radio transceiver."
55readme = " README.md"
66requires-python = " >=3.13"
7- dependencies = [
8- " adafruit-circuitpython-typing==1.11.2" ,
9- " circuitpython-stubs==9.2.5" ,
10- " pyright[nodejs]==1.1.399" ,
11- " pre-commit==4.0.1" ,
7+ dependencies = []
8+
9+ [dependency-groups ]
10+ dev = [
11+ " adafruit-circuitpython-typing==1.12.1" ,
12+ " circuitpython-stubs==9.2.8" ,
13+ " pyright[nodejs]==1.1.402" ,
14+ " pre-commit==4.2.0" ,
1215]
1316
1417[tool .ruff .format ]
You can’t perform that action at this time.
0 commit comments