When trying to run under python 3.14t the GIL gets activated because some sub-dependencies aren't declared compatible with free threaded builds.
Made three PRs here
After those the project can be mark as compatible with free threaded builds by bumping the deps and probably making some adjustment.
More info:
When trying to run under python 3.14t the GIL gets activated because some sub-dependencies aren't declared compatible with free threaded builds.
Made three PRs here
After those the project can be mark as compatible with free threaded builds by bumping the deps and probably making some adjustment.
More info: