Skip to content

Commit

Permalink
Downgrade pydantic to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Aug 17, 2023
1 parent 14a02fc commit 2e26c82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

***Fixed***:

* Downgrade pydantic to 2.0.2 ([#15596](https://github.com/DataDog/integrations-core/pull/15596))
* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517))

## 32.7.0 / 2023-08-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'
psycopg[binary]==3.1.10; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==2.1.1; python_version > '3.0'
pydantic==2.0.2; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.8.0; python_version > '3.0'
pymongo[srv]==4.3.3; python_version >= '3.9'
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps = [
"prometheus-client==0.17.1; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==2.1.1; python_version > '3.0'",
"pydantic==2.0.2; python_version > '3.0'",
"python-dateutil==2.8.2",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
Expand Down

0 comments on commit 2e26c82

Please sign in to comment.