You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cli`, `messaging`. Other topics, such as the framework a repo integrates with, are the repo's
354
+
call. The website field MUST be the docs site, or `modern-python.org`.
355
+
356
+
*Why:* the vocabulary keeps the org's shared concepts findable under one spelling; it cannot list
357
+
every framework and protocol a repo touches.
343
358
344
359
### MD3 · Keywords { #MD3 }
345
360
@@ -375,6 +390,7 @@ The PyPI distribution name MUST equal the repo name.
375
390
|`that-depends`| the core as a whole, except [TS2](#TS2)| The org's most-used package and the only repo with steady external contributor traffic; it keeps its own tooling rather than converging. |
376
391
|`modern-di-arq`|[PV1](#PV1), the `3.14t` entry | Every `arq` release requires `redis[hiredis]<6`, and importing `hiredis` re-enables the GIL ([hiredis-py#229](https://github.com/redis/hiredis-py/issues/229)). Lift when a `hiredis` release declares free-threading support. |
377
392
|`modern-di-grpc`|[PV1](#PV1), the `3.14t` entry |`grpcio` ships no free-threaded wheel and importing `cygrpc` re-enables the GIL ([grpc/grpc#38762](https://github.com/grpc/grpc/issues/38762)). Lift when a `grpcio` release declares free-threading support. |
393
+
|`semvertag`|[RL5](#RL5)| It is also a GitHub Action (`uses: modern-python/semvertag@v0`), so its `release.yml` moves the floating major tag after each stable release. Permanent while the Action is published. |
378
394
379
395
An exemption is granted by a pull request to this repo that adds the row. Drift that nobody
0 commit comments