diff --git a/poetry.lock b/poetry.lock index a96024a1..b08fcc65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "alabaster" @@ -1790,14 +1790,14 @@ toml = ">=0.10.1" [[package]] name = "nitypes" -version = "1.1.0.dev0" +version = "1.0.0" description = "Data types for NI Python APIs" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "nitypes-1.1.0.dev0-py3-none-any.whl", hash = "sha256:1dd0d15bb741294672ea7d61d98e951c5802eec0130d0162f4f19008dd74c0f6"}, - {file = "nitypes-1.1.0.dev0.tar.gz", hash = "sha256:a82d2f518f514a24bfb3b9c4e023db23097a786ca40155693610d09578d86f10"}, + {file = "nitypes-1.0.0-py3-none-any.whl", hash = "sha256:545dff978040fd92a68876023b8b6ff666c1d861ead1b3e7771108754bd57345"}, + {file = "nitypes-1.0.0.tar.gz", hash = "sha256:dc5ecb8b5f52570c2311daaa60ce6dca9712d7151236ef1f5314ad6ac02e0bdc"}, ] [package.dependencies] @@ -3119,4 +3119,4 @@ grpc = ["grpcio", "ni-grpcdevice-v1-proto", "ni-protobuf-types", "protobuf"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "3cc0e2b7926844135ce80270ec3184d9e24a0968fcdaa4333805b9a21e92de6e" +content-hash = "1421508c4ea1453db732f370a93fb75918fe8c02fdf2ac0ba77e781863849333" diff --git a/pyproject.toml b/pyproject.toml index 9767adcf..683b0f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ click = ">=8.0.0" distro = { version = ">=1.9.0", platform = "linux" } requests = ">=2.25.0" typing_extensions = { version = ">=4.0.0" } -nitypes = {version=">=0.1.0dev10", allow-prereleases=true} +nitypes = {version=">=1.0.0"} [tool.poetry.group.codegen.dependencies] Mako = "^1.2"