Skip to content

Commit 2ba12c6

Browse files
authored
[Releases/1.4] Bump example versions that need it to 1.4.0 (#669)
Bump example versions that need it to 1.4.0
1 parent 9d77479 commit 2ba12c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/nidcpower_source_dc_voltage_with_multiplexer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["National Instruments"]
99
python = "^3.8"
1010
nidcpower = { version = ">=1.4.4", extras = ["grpc"] }
1111
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
12-
ni-measurementlink-service = {version = "^1.4.0-dev0", allow-prereleases = true}
12+
ni-measurementlink-service = {version = "^1.4.0"}
1313
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1414
grpcio = "*"
1515

examples/niscope_acquire_waveform/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
niscope = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurementlink-service = {version = "^1.4.0-dev1", allow-prereleases = true}
11+
ni-measurementlink-service = {version = "^1.4.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/niswitch_control_relays/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurementlink-service = {version = "^1.4.0-dev0", allow-prereleases = true}
11+
ni-measurementlink-service = {version = "^1.4.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

0 commit comments

Comments
 (0)