update pyosmocom dependency to 0.0.3

0.0.3 fixes an important problem related to enabling callers of build_construct()
to pass in a total_len value in order to specify the target output size.

Change-Id: I01687bb54e65bf5cc318745df588c3d6ea14eb83
This commit is contained in:
Harald Welte
2024-09-17 17:24:55 +02:00
parent ad3d73e734
commit 87e1ba6c18
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ setup(
"jsonpath-ng",
"construct >= 2.9.51",
"bidict",
"pyosmocom >= 0.0.2",
"pyosmocom >= 0.0.3",
"pyyaml >= 5.1",
"termcolor",
"colorlog",