Skip to content

Commit

Permalink
downgrade again
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jul 26, 2023
1 parent 3f0103b commit 1ea6296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ psutil==5.9.0
psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==2.0.3; python_version > '3.0'
pydantic==2.0.2; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.7.0; python_version > '3.0'
pymongo[srv]==4.3.3; python_version >= '3.8'
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 @@ -56,7 +56,7 @@ deps = [
"prometheus-client==0.17.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==2.0.3; 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
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_initial_config(self):
'black==22.12.0',
'ruff==0.0.257',
# Keep in sync with: /datadog_checks_base/pyproject.toml
'pydantic==2.0.3',
'pydantic==2.0.2',
],
}
config = {'lint': lint_env}
Expand Down

0 comments on commit 1ea6296

Please sign in to comment.