Skip to content

Commit

Permalink
Upgrade pydantic and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Mar 4, 2024
1 parent 9bd1354 commit 9ec94c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 9ec94c2

Please sign in to comment.