From 87e1ba6c184b9fb400875a9046cb8cd07ca45b6f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 17 Sep 2024 17:24:55 +0200 Subject: [PATCH] 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 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99fd5f9c..25e36548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cmd2>=1.5 jsonpath-ng construct>=2.9.51 bidict -pyosmocom>=0.0.2 +pyosmocom>=0.0.3 pyyaml>=5.1 termcolor colorlog diff --git a/setup.py b/setup.py index d48b806c..10500d3b 100644 --- a/setup.py +++ b/setup.py @@ -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",