From 63ff3b6aa132425daa090089b07b39b280c733c1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:10:04 +0000 Subject: [PATCH 1/2] Initial plan From 27158d37a42ee5f2e42a4119ddce846742b81ba0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:19:59 +0000 Subject: [PATCH 2/2] Fix roslibpy 2.0.0 compatibility by adding upper bound constraint Co-authored-by: gonzalocasas <933277+gonzalocasas@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990708ef8..4372c1bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +### Fixed + +* Fixed compatibility issue with `roslibpy 2.0.0` by adding upper bound `< 2` to the dependency constraint. + ## [1.1.0] 2025-04-17 diff --git a/requirements.txt b/requirements.txt index 5e4d89f76..53ef29da3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ compas >= 2.0.4, < 3 compas_robots >= 0.3, < 1 -roslibpy >= 1.1.0 +roslibpy >= 1.1, < 2 pyserial