Skip to content

Commit 9a12e46

Browse files
Revert ddtrace and snowflake-connectors dep updates (DataDog#22777)
Revert ddtrace and snowflake-connectors dep updates
1 parent 8b86106 commit 9a12e46

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

agent_requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clickhouse-connect==0.11.0
1111
cm-client==45.0.4
1212
confluent-kafka==2.13.0
1313
cryptography==46.0.5
14-
ddtrace==4.4.0
14+
ddtrace==3.19.5
1515
dnspython==2.8.0
1616
fastavro==1.12.1
1717
foundationdb==6.3.25
@@ -62,7 +62,7 @@ securesystemslib[crypto,pynacl]==0.28.0
6262
semver==3.0.4
6363
service-identity[idna]==24.2.0
6464
simplejson==3.20.2
65-
snowflake-connector-python==4.3.0
65+
snowflake-connector-python==4.0.0
6666
supervisor==4.3.0
6767
tuf==4.0.0
6868
urllib3==2.6.3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deps = [
3737
"binary==1.0.2",
3838
"cachetools==7.0.1",
3939
"cryptography==46.0.5",
40-
"ddtrace==4.4.0",
40+
"ddtrace==3.19.5",
4141
"jellyfish==1.2.1",
4242
"lazy-loader==0.4",
4343
"prometheus-client==0.24.1",

snowflake/changelog.d/22777.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

snowflake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"snowflake-connector-python==4.3.0",
40+
"snowflake-connector-python==4.0.0",
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)