diff --git a/CondaPkg.toml b/CondaPkg.toml
index 961c0908..7198e26e 100644
--- a/CondaPkg.toml
+++ b/CondaPkg.toml
@@ -1,6 +1,9 @@
 [deps.libstdcxx-ng]
 version = "<=julia"
 
+[deps.openssl]
+version = "<=julia"
+
 [deps.python]
 build = "**cpython**"
 version = ">=3.8,<4"
diff --git a/Project.toml b/Project.toml
index 89ae1308..a415feef 100644
--- a/Project.toml
+++ b/Project.toml
@@ -18,7 +18,7 @@ UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
 
 [compat]
 Aqua = "0 - 999"
-CondaPkg = "0.2.21"
+CondaPkg = "0.2.23"
 Dates = "1"
 Libdl = "1"
 MacroTools = "0.5"