Skip to content

Commit

Permalink
Downgrade lxml version to fix DBMON-3047 (#16080)
Browse files Browse the repository at this point in the history
* Downgrade lxml version to fix DBMON-3047

* Changelogs.
  • Loading branch information
amw-zero authored Nov 7, 2023
1 parent 85daeaa commit ccd8f15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/16080.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `aarch64` compatibility of the `sqlserver` check by downgrading `lxml` to version 4.9.2 ([16080](https://github.com/DataDog/integrations-core/pull/16080))
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jpype1==1.4.1; python_version > '3.0'
kubernetes==18.20.0; python_version < '3.0'
kubernetes==28.1.0; python_version > '3.0'
ldap3==2.9.1
lxml==4.9.3
lxml==4.9.2
lz4==2.2.1; python_version < '3.0'
lz4==4.3.2; python_version > '3.0'
mmh3==2.5.1; python_version < '3.0'
Expand Down
1 change: 1 addition & 0 deletions ibm_was/changelog.d/16080.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `aarch64` compatibility of the `sqlserver` check by downgrading `lxml` to version 4.9.2 ([16080](https://github.com/DataDog/integrations-core/pull/16080))
2 changes: 1 addition & 1 deletion ibm_was/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"lxml==4.9.3",
"lxml==4.9.2",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/16080.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `aarch64` compatibility of the `sqlserver` check by downgrading `lxml` to version 4.9.2 ([16080](https://github.com/DataDog/integrations-core/pull/16080))
2 changes: 1 addition & 1 deletion sqlserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"lxml==4.9.3",
"lxml==4.9.2",
"pyodbc==5.0.1; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'",
"pyro4==4.82; sys_platform == 'win32'",
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
Expand Down

0 comments on commit ccd8f15

Please # to comment.