Skip to content

Commit c8d3f9d

Browse files
chore: bump version to 0.8.2 and update deepdiff dependency to 8.6.2
1 parent ea1847e commit c8d3f9d

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

poetry.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "videoipath-automation-tool"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "A Python package for automating VideoIPath configuration workflows."
55
license = "AGPL-3.0-only"
66
license-files = ["LICENSE"]
@@ -25,7 +25,7 @@ dependencies = [
2525
"pydantic-extra-types (>=2.6.0,<3.0.0)",
2626
"pydantic-settings (>=2.2.1,<3.0.0)",
2727
"urllib3 (>=2.6.3,<3.0.0)",
28-
"deepdiff (>=8.6.1,<9.0.0)",
28+
"deepdiff (>=8.6.2,<9.0.0)",
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)