diff --git a/python/pyproject.toml b/python/pyproject.toml index 6ffcf61..1996864 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "robologs-ros-utils" -version = "0.1.1a75" +version = "0.1.1a76" description = "robologs-ros-utils is an open source library of containerized data transformations for the robotics and drone communities" authors = ["roboto.ai "] license = "Apache-2.0" @@ -15,7 +15,7 @@ click = "^8.1.3" opencv-python-headless = "^4.5.0.0" rosbags = "^0.9.13" rosbags-image = "0.9.1" -pydantic = "^1.10.2" +pydantic = "^2.5" pytest = "^7.2.0" Flask = "^2" coverage = "^6.5.0"