To use Free Threaded Python with no GIL every C abi dependency needs to support that https://docs.python.org/3/howto/free-threading-python.html#the-global-interpreter-lock-in-free-threaded-python.
We need to:
- Upgrade every dep to a version that supports with a free threaded version available.
 
- Select (TBD how? Is there a regular marker ) the free threaded (
t) version 
user_reqs.lock deps using C abi: