Skip to content

Commit e85fbc3

Browse files
committed
Update pydantic to v2.7.3 in base check
1 parent f84cb70 commit e85fbc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pydantic to v2.7.3 in base check

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ deps = [
5555
"prometheus-client==0.20.0; python_version > '3.0'",
5656
"protobuf==3.17.3; python_version < '3.0'",
5757
"protobuf==5.26.1; python_version > '3.0'",
58-
"pydantic==2.0.2; python_version > '3.0'",
58+
"pydantic==2.7.3; python_version > '3.0'",
5959
"python-dateutil==2.9.0.post0",
6060
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
6161
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",

0 commit comments

Comments
 (0)