Skip to content

Commit c7a4674

Browse files
deps: update main branch versions and update NIMS version in niswitch_control_relays example (#641)
* update the main branch version * update niswitch_control_relays example dependency --------- Signed-off-by: Jayaseelan-James <jayaseelan.james@ni.com>
1 parent bc44c9c commit c7a4674

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/niswitch_control_relays/pyproject.toml

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

@@ -17,7 +17,7 @@ mypy = ">=1.0"
1717
grpc-stubs = "^1.53"
1818
# Uncomment to use prerelease dependencies.
1919
# niswitch = { git = "https://github.com/ni/nimi-python.git", subdirectory = "generated/niswitch"}
20-
ni-measurementlink-service = {path = "../..", develop = true}
20+
# ni-measurementlink-service = {path = "../..", develop = true}
2121

2222
[build-system]
2323
requires = ["poetry-core>=1.0.0"]

ni_measurementlink_generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ni_measurementlink_generator"
3-
version = "1.4.0-dev0"
3+
version = "1.4.0-dev1"
44
description = "MeasurementLink Code Generator for Python"
55
authors = ["NI <opensource@ni.com>"]
66
readme = "README.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extend_exclude = '.tox/,*_pb2_grpc.py,*_pb2_grpc.pyi,*_pb2.py,*_pb2.pyi,ni_measu
77

88
[tool.poetry]
99
name = "ni_measurementlink_service"
10-
version = "1.4.0-dev0"
10+
version = "1.4.0-dev1"
1111
description = "MeasurementLink Support for Python"
1212
authors = ["NI <opensource@ni.com>"]
1313
readme = "README.md" # apply the repo readme to the package as well

0 commit comments

Comments
 (0)