Skip to content

Commit

Permalink
remove python version condition
Browse files Browse the repository at this point in the history
  • Loading branch information
HadhemiDD committed Dec 5, 2024
1 parent fd0efcc commit 3dbb303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
aws-requests-auth==0.4.3
azure-identity==1.17.1
beautifulsoup4==4.12.3
binary==1.0.1; python_version >= '3.12'
binary==1.0.1
boto3==1.35.10
botocore==1.35.10
cachetools==5.5.0
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 @@ -34,7 +34,7 @@ db = [
"mmh3==4.1.0",
]
deps = [
"binary==1.0.1; python_version >= '3.12'",
"binary==1.0.1",
"cachetools==5.5.0",
"cryptography==43.0.1",
"ddtrace==2.10.6",
Expand Down

0 comments on commit 3dbb303

Please sign in to comment.