Skip to content

Commit 79a82b0

Browse files
committed
fix fdb
1 parent af1b753 commit 79a82b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundationdb/datadog_checks/foundationdb/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from datadog_checks.base import AgentCheck
1010

11-
fdb.api_version(700)
11+
fdb.api_version(600)
1212

1313

1414
class FoundationdbCheck(AgentCheck):

foundationdb/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[envs.default]
44
dependencies = [
5-
"foundationdb==7.4.1",
5+
"foundationdb==6.3.25",
66
]
77
e2e-env = false
88

0 commit comments

Comments
 (0)