Skip to content

Commit 13a43af

Browse files
authored
Update deps in preparation for py3.13 (DataDog#21163)
* bump for fixes * remove change * readme update
1 parent cc339e4 commit 13a43af

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ibm_db2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [ibm_db][4] client library is required. To install it, ensure you have a wor
1919
##### Unix
2020

2121
```text
22-
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install ibm_db==3.2.3
22+
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install ibm_db==3.2.6
2323
```
2424

2525
Note: If you are on an Agent running Python 2, use `ibm_db==3.0.1` instead of `ibm_db=3.1.0`.
@@ -47,7 +47,7 @@ For Agent versions >= 7.0 and < 7.58:
4747
For Agent versions >= 7.58:
4848

4949
```text
50-
"C:\Program Files\Datadog\Datadog Agent\embedded3\python.exe" -m pip install ibm_db==3.2.3
50+
"C:\Program Files\Datadog\Datadog Agent\embedded3\python.exe" -m pip install ibm_db==3.2.6
5151
```
5252

5353
On Linux there may be need for XML functionality. If you encounter errors during

ibm_db2/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IBM_DB_INSTALLER_URL = "https://ddintegrations.blob.core.windows.net/ibm-db2/"
1111
[envs.default]
1212
dependencies = [
1313
"ibm_db==3.0.1; python_version < '3.0'",
14-
"ibm_db==3.2.3; python_version > '3.0'",
14+
"ibm_db==3.2.6; python_version > '3.0'",
1515
]
1616

1717
[envs.bench]

ibm_db2/tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
'start_commands': [
3333
'apt-get update',
3434
'apt-get install -y build-essential libxslt-dev',
35-
'pip install ibm_db==3.2.3',
35+
'pip install ibm_db==3.2.6',
3636
],
3737
}

0 commit comments

Comments
 (0)