We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84cb70 commit e85fbc3Copy full SHA for e85fbc3
datadog_checks_base/changelog.d/17774.changed
@@ -0,0 +1 @@
1
+Update pydantic to v2.7.3 in base check
datadog_checks_base/pyproject.toml
@@ -55,7 +55,7 @@ deps = [
55
"prometheus-client==0.20.0; python_version > '3.0'",
56
"protobuf==3.17.3; python_version < '3.0'",
57
"protobuf==5.26.1; python_version > '3.0'",
58
- "pydantic==2.0.2; python_version > '3.0'",
+ "pydantic==2.7.3; python_version > '3.0'",
59
"python-dateutil==2.9.0.post0",
60
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
61
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
0 commit comments