This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new a9cb43176 chore: unpin some GLib/Ruby dependencies (#2428)
a9cb43176 is described below

commit a9cb43176fb060469ee83d420a83ce4019d5e6e2
Author: David Li <[email protected]>
AuthorDate: Thu Jan 9 21:01:10 2025 -0500

    chore: unpin some GLib/Ruby dependencies (#2428)
    
    Fixes #2176.
    Fixes #2406.
---
 ci/conda_env_glib.txt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/ci/conda_env_glib.txt b/ci/conda_env_glib.txt
index fbe46652f..9b2944ad4 100644
--- a/ci/conda_env_glib.txt
+++ b/ci/conda_env_glib.txt
@@ -20,8 +20,5 @@ glib
 gobject-introspection
 meson
 postgresql
-# It appears 3.4.0 adds a dependency on stdckdint.h which isn't actually usable
-ruby <3.4.0
-# TODO(https://github.com/apache/arrow-adbc/issues/2176): pin for now because
-# gobject-introspection uses a deprecated/removed API
-setuptools <74
+ruby
+setuptools

Reply via email to