Skip to content

Commit

Permalink
[Releases/1.4] Bump example versions that need it to 1.4.0 (#669)
Browse files Browse the repository at this point in the history
Bump example versions that need it to 1.4.0
  • Loading branch information
dixonjoel authored Mar 22, 2024
1 parent 9d77479 commit 2ba12c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["National Instruments"]
python = "^3.8"
nidcpower = { version = ">=1.4.4", extras = ["grpc"] }
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
ni-measurementlink-service = {version = "^1.4.0-dev0", allow-prereleases = true}
ni-measurementlink-service = {version = "^1.4.0"}
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
grpcio = "*"

Expand Down
2 changes: 1 addition & 1 deletion examples/niscope_acquire_waveform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["National Instruments"]
[tool.poetry.dependencies]
python = "^3.8"
niscope = { version = ">=1.4.4", extras = ["grpc"] }
ni-measurementlink-service = {version = "^1.4.0-dev1", allow-prereleases = true}
ni-measurementlink-service = {version = "^1.4.0"}
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
grpcio = "*"

Expand Down
2 changes: 1 addition & 1 deletion examples/niswitch_control_relays/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["National Instruments"]
[tool.poetry.dependencies]
python = "^3.8"
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
ni-measurementlink-service = {version = "^1.4.0-dev0", allow-prereleases = true}
ni-measurementlink-service = {version = "^1.4.0"}
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
grpcio = "*"

Expand Down

0 comments on commit 2ba12c6

Please sign in to comment.