๐Ÿ“ฆ EqualifyEverything / equalify-reflow

๐Ÿ“„ dependency-licenses.md ยท 270 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270# Dependency Licences

Licence report for Equalify Reflow's production and development dependencies.

Generated on 2026-04-14 via `pip-licenses` against the installed tree in the dev container image (`api-gateway`, built from `Dockerfile` target `development`, which runs `uv sync --frozen --all-extras`). This means the report covers both runtime and dev/test dependencies.

Regenerate before each release with the dev stack running:

```bash
docker compose -f docker-compose.yml -f docker-compose.dev.yml exec -T api-gateway \
  sh -c 'uv pip install --quiet pip-licenses && uv run pip-licenses --format=markdown --with-urls'
```

Or, against an ephemeral container if the stack is not running:

```bash
docker run --rm $(docker compose -f docker-compose.yml -f docker-compose.dev.yml build api-gateway -q 2>/dev/null || echo equalify-reflow-api-gateway:latest) \
  sh -c 'uv pip install --quiet pip-licenses && uv run pip-licenses --format=markdown --with-urls'
```

This project is licensed under AGPL-3.0-or-later. Dependencies must be AGPL-compatible โ€” MIT, BSD (2/3-clause), Apache 2.0, LGPL, ISC, MPL 2.0, Unlicense, PSF, or AGPL itself are all fine. GPL-2-only, proprietary, or no-redistribution licences would be a problem.

## Compatibility summary

All 201 third-party dependencies are AGPL-compatible. Breakdown by licence family (counts include dual/multi licences in their primary family):

| Family | Count | Notes |
|---|---|---|
| MIT (incl. MIT-CMU, MIT/BSD, MIT/MPL, DFSG/MIT) | 99 | Permissive |
| Apache 2.0 (incl. Apache/MIT, Apache/BSD, Apache/CNRI, Apache/BSD-2) | 60 | Permissive |
| BSD (2-clause / 3-clause / unspecified) | 30 | Permissive |
| MPL 2.0 | 2 | Weak copyleft, file-level โ€” compatible |
| ISC | 2 | Permissive |
| Python Software Foundation (PSF / PSF-2.0) | 2 | Permissive |
| LGPL 3+ | 1 | `jwcrypto` โ€” weak copyleft, dynamic-linking compatible with AGPL |
| Unlicense | 1 | `filelock` โ€” public-domain dedication, permissive |
| Custom / multi (pypdfium2) | 1 | `pypdfium2` is `(Apache-2.0 OR BSD-3-Clause) AND LicenseRef-PdfiumThirdParty` โ€” PDFium third-party deps are all permissive (BSD/MIT/Apache); compatible |
| AGPL-3.0-or-later | 1 | `equalify-reflow` itself |
| Total | 202 | (201 third-party + 1 self) |

The four packages reported as `UNKNOWN` by `pip-licenses` (because they ship the licence in `LICENSE` files without populating the modern PEP 639 metadata) were inspected manually:

| Package | Actual licence (from shipped LICENSE file) |
|---|---|
| ag-ui-protocol | MIT |
| mistralai | Apache 2.0 |
| nexus-rpc | MIT |
| temporalio | MIT |

All four are permissive and AGPL-compatible.

## Flagged dependencies

None require operator action. The following deserve a note for completeness:

- **jwcrypto 1.5.6** โ€” LGPLv3+. Weak copyleft. Compatible with AGPL-3.0-or-later as long as `jwcrypto` is used as an unmodified library (which it is โ€” it's pulled in transitively, not vendored or modified). No action needed.
- **certifi 2025.8.3** and **pathspec 0.12.1** โ€” MPL 2.0. File-level weak copyleft. Compatible. No action needed.
- **pypdfium2 4.30.0** โ€” `(Apache-2.0 OR BSD-3-Clause) AND LicenseRef-PdfiumThirdParty`. The `LicenseRef-PdfiumThirdParty` covers PDFium's bundled third-party code (FreeType, libjpeg-turbo, libopenjpeg, etc.) which are all permissive (BSD/MIT/Apache). Compatible. No action needed.
- **regex 2025.9.18** โ€” `Apache-2.0 AND CNRI-Python`. CNRI-Python is the Python 1.6 historical licence, an OSI-approved permissive licence used as a fallback for Python's own regex internals. Compatible. No action needed.
- **filelock 3.19.1** โ€” Unlicense (public-domain dedication). Permissive. No action needed.

No dependency uses GPL-2-only, proprietary, or no-redistribution terms.

## Full report

| Name                                     | Version         | License                                                      | URL                                                                                                                            |
|------------------------------------------|-----------------|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| Columnar                                 | 1.4.1           | MIT License                                                  | UNKNOWN                                                                                                                        |
| Jinja2                                   | 3.1.6           | BSD License                                                  | https://github.com/pallets/jinja/                                                                                              |
| MarkupSafe                               | 3.0.3           | BSD-3-Clause                                                 | https://github.com/pallets/markupsafe/                                                                                         |
| PyJWT                                    | 2.10.1          | MIT License                                                  | https://github.com/jpadilla/pyjwt                                                                                              |
| PyLTI1p3                                 | 2.0.0           | MIT License                                                  | https://github.com/dmitry-viskov/pylti1.3                                                                                      |
| PyYAML                                   | 6.0.3           | MIT License                                                  | https://pyyaml.org/                                                                                                            |
| Pygments                                 | 2.19.2          | BSD License                                                  | https://pygments.org                                                                                                           |
| ag-ui-protocol                           | 0.1.9           | MIT (LICENSE file; metadata reports UNKNOWN)                 | https://github.com/ag-ui-protocol/ag-ui                                                                                        |
| aioboto3                                 | 15.1.0          | Apache Software License                                      | https://github.com/terricain/aioboto3                                                                                          |
| aiobotocore                              | 2.24.0          | Apache Software License                                      | https://github.com/aio-libs/aiobotocore                                                                                        |
| aiofiles                                 | 24.1.0          | Apache Software License                                      | https://github.com/Tinche/aiofiles                                                                                             |
| aiohappyeyeballs                         | 2.6.1           | Python Software Foundation License                           | https://github.com/aio-libs/aiohappyeyeballs                                                                                   |
| aiohttp                                  | 3.12.15         | Apache-2.0 AND MIT                                           | https://github.com/aio-libs/aiohttp                                                                                            |
| aioitertools                             | 0.12.0          | MIT License                                                  | https://aioitertools.omnilib.dev                                                                                               |
| aiosignal                                | 1.4.0           | Apache Software License                                      | https://github.com/aio-libs/aiosignal                                                                                          |
| annotated-types                          | 0.7.0           | MIT License                                                  | https://github.com/annotated-types/annotated-types                                                                             |
| anthropic                                | 0.69.0          | MIT License                                                  | https://github.com/anthropics/anthropic-sdk-python                                                                             |
| anyio                                    | 4.11.0          | MIT                                                          | https://anyio.readthedocs.io/en/stable/versionhistory.html                                                                     |
| application_properties                   | 0.9.0           | MIT License                                                  | https://github.com/jackdewinter/application_properties                                                                         |
| argcomplete                              | 3.6.2           | Apache Software License                                      | https://github.com/kislyuk/argcomplete                                                                                         |
| asgiref                                  | 3.9.2           | BSD License                                                  | https://github.com/django/asgiref/                                                                                             |
| attrs                                    | 25.3.0          | MIT                                                          | https://www.attrs.org/en/stable/changelog.html                                                                                 |
| blis                                     | 0.7.11          | BSD License                                                  | https://github.com/explosion/cython-blis                                                                                       |
| boto3                                    | 1.39.11         | Apache Software License                                      | https://github.com/boto/boto3                                                                                                  |
| boto3-stubs                              | 1.42.6          | MIT                                                          | https://github.com/youtype/mypy_boto3_builder                                                                                  |
| botocore                                 | 1.39.11         | Apache Software License                                      | https://github.com/boto/botocore                                                                                               |
| botocore-stubs                           | 1.42.6          | MIT                                                          | https://github.com/youtype/botocore-stubs                                                                                      |
| cachetools                               | 6.2.0           | MIT License                                                  | https://github.com/tkem/cachetools/                                                                                            |
| catalogue                                | 2.0.10          | MIT License                                                  | https://github.com/explosion/catalogue                                                                                         |
| certifi                                  | 2025.8.3        | Mozilla Public License 2.0 (MPL 2.0)                         | https://github.com/certifi/python-certifi                                                                                      |
| cffi                                     | 2.0.0           | MIT                                                          | https://cffi.readthedocs.io/en/latest/whatsnew.html                                                                            |
| charset-normalizer                       | 3.4.3           | MIT                                                          | https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md                                                           |
| click                                    | 8.3.0           | BSD-3-Clause                                                 | https://github.com/pallets/click/                                                                                              |
| cloudpathlib                             | 0.22.0          | MIT License                                                  | https://github.com/drivendataorg/cloudpathlib                                                                                  |
| cohere                                   | 5.18.0          | MIT License                                                  | https://github.com/cohere-ai/cohere-python                                                                                     |
| colorama                                 | 0.4.6           | BSD License                                                  | https://github.com/tartley/colorama                                                                                            |
| confection                               | 0.1.5           | MIT License                                                  | https://github.com/explosion/confection                                                                                        |
| coverage                                 | 7.10.7          | Apache-2.0                                                   | https://github.com/nedbat/coveragepy                                                                                           |
| cryptography                             | 46.0.3          | Apache-2.0 OR BSD-3-Clause                                   | https://github.com/pyca/cryptography                                                                                           |
| cymem                                    | 2.0.11          | MIT License                                                  | https://github.com/explosion/cymem                                                                                             |
| distro                                   | 1.9.0           | Apache Software License                                      | https://github.com/python-distro/distro                                                                                        |
| docker                                   | 7.1.0           | Apache-2.0                                                   | https://github.com/docker/docker-py                                                                                            |
| docstring_parser                         | 0.17.0          | MIT License                                                  | https://github.com/rr-/docstring_parser                                                                                        |
| en-core-web-sm                           | 3.7.1           | MIT                                                          | https://explosion.ai                                                                                                           |
| equalify-reflow                          | 0.1.0b4         | AGPL-3.0-or-later                                            | https://github.com/EqualifyEverything/equalify-reflow                                                                          |
| eval_type_backport                       | 0.2.2           | MIT License                                                  | https://github.com/alexmojaki/eval_type_backport                                                                               |
| execnet                                  | 2.1.1           | MIT                                                          | https://execnet.readthedocs.io/en/latest/                                                                                      |
| executing                                | 2.2.1           | MIT License                                                  | https://github.com/alexmojaki/executing                                                                                        |
| fastapi                                  | 0.118.0         | MIT License                                                  | https://github.com/fastapi/fastapi                                                                                             |
| fastavro                                 | 1.12.0          | MIT License                                                  | https://github.com/fastavro/fastavro                                                                                           |
| filelock                                 | 3.19.1          | Unlicense                                                    | https://github.com/tox-dev/py-filelock                                                                                         |
| frozenlist                               | 1.7.0           | Apache-2.0                                                   | https://github.com/aio-libs/frozenlist                                                                                         |
| fsspec                                   | 2025.9.0        | BSD-3-Clause                                                 | https://github.com/fsspec/filesystem_spec                                                                                      |
| genai-prices                             | 0.0.29          | MIT                                                          | https://github.com/pydantic/genai-prices                                                                                       |
| google-auth                              | 2.41.1          | Apache Software License                                      | https://github.com/googleapis/google-auth-library-python                                                                       |
| google-genai                             | 1.41.0          | Apache Software License                                      | https://github.com/googleapis/python-genai                                                                                     |
| googleapis-common-protos                 | 1.70.0          | Apache Software License                                      | https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos                                  |
| griffe                                   | 1.14.0          | ISC                                                          | https://mkdocstrings.github.io/griffe                                                                                          |
| groq                                     | 0.32.0          | Apache Software License                                      | https://github.com/groq/groq-python                                                                                            |
| grpcio                                   | 1.76.0          | Apache Software License                                      | https://grpc.io                                                                                                                |
| h11                                      | 0.16.0          | MIT License                                                  | https://github.com/python-hyper/h11                                                                                            |
| hf-xet                                   | 1.1.10          | Apache-2.0                                                   | https://github.com/huggingface/xet-core                                                                                        |
| httpcore                                 | 1.0.9           | BSD-3-Clause                                                 | https://www.encode.io/httpcore/                                                                                                |
| httptools                                | 0.6.4           | MIT License                                                  | https://github.com/MagicStack/httptools                                                                                        |
| httpx                                    | 0.28.1          | BSD License                                                  | https://github.com/encode/httpx                                                                                                |
| httpx-sse                                | 0.4.0           | MIT                                                          | https://github.com/florimondmanca/httpx-sse                                                                                    |
| huggingface-hub                          | 0.35.3          | Apache Software License                                      | https://github.com/huggingface/huggingface_hub                                                                                 |
| idna                                     | 3.10            | BSD License                                                  | https://github.com/kjd/idna                                                                                                    |
| importlib_metadata                       | 8.7.0           | Apache Software License                                      | https://github.com/python/importlib_metadata                                                                                   |
| iniconfig                                | 2.1.0           | MIT                                                          | https://github.com/pytest-dev/iniconfig                                                                                        |
| invoke                                   | 2.2.0           | BSD License                                                  | https://pyinvoke.org                                                                                                           |
| jiter                                    | 0.11.0          | MIT                                                          | https://github.com/pydantic/jiter/                                                                                             |
| jmespath                                 | 1.0.1           | MIT License                                                  | https://github.com/jmespath/jmespath.py                                                                                        |
| jsonschema                               | 4.25.1          | MIT                                                          | https://github.com/python-jsonschema/jsonschema                                                                                |
| jsonschema-specifications                | 2025.9.1        | MIT                                                          | https://github.com/python-jsonschema/jsonschema-specifications                                                                 |
| jwcrypto                                 | 1.5.6           | LGPLv3+                                                      | https://github.com/latchset/jwcrypto                                                                                           |
| langcodes                                | 3.5.0           | MIT License                                                  | https://github.com/georgkrause/langcodes                                                                                       |
| language_data                            | 1.3.0           | MIT License                                                  | https://github.com/georgkrause/language_data                                                                                   |
| linkify-it-py                            | 2.0.3           | MIT License                                                  | https://github.com/tsutsu3/linkify-it-py                                                                                       |
| logfire                                  | 4.11.0          | MIT                                                          | https://logfire.pydantic.dev/                                                                                                  |
| logfire-api                              | 4.10.0          | MIT                                                          | https://logfire.pydantic.dev/                                                                                                  |
| marisa-trie                              | 1.3.1           | MIT AND (BSD-2-Clause OR LGPL-2.1-or-later)                  | https://github.com/pytries/marisa-trie                                                                                         |
| markdown-it-py                           | 4.0.0           | MIT License                                                  | https://github.com/executablebooks/markdown-it-py                                                                              |
| mcp                                      | 1.16.0          | MIT License                                                  | https://modelcontextprotocol.io                                                                                                |
| mdformat                                 | 1.0.0           | MIT                                                          | https://github.com/hukkin/mdformat                                                                                             |
| mdformat-gfm                             | 1.0.0           | MIT                                                          | https://github.com/hukkin/mdformat-gfm                                                                                         |
| mdit-py-plugins                          | 0.5.0           | MIT                                                          | https://github.com/executablebooks/mdit-py-plugins                                                                             |
| mdurl                                    | 0.1.2           | MIT License                                                  | https://github.com/executablebooks/mdurl                                                                                       |
| mistralai                                | 1.9.11          | Apache 2.0 (LICENSE file; metadata reports UNKNOWN)          | https://github.com/mistralai/client-python.git                                                                                 |
| mistune                                  | 3.2.0           | BSD License                                                  | https://github.com/lepture/mistune                                                                                             |
| multidict                                | 6.6.4           | Apache License 2.0                                           | https://github.com/aio-libs/multidict                                                                                          |
| murmurhash                               | 1.0.13          | MIT License                                                  | https://github.com/explosion/murmurhash                                                                                        |
| mypy                                     | 1.18.2          | MIT License                                                  | https://www.mypy-lang.org/                                                                                                     |
| mypy_extensions                          | 1.1.0           | MIT                                                          | https://github.com/python/mypy_extensions                                                                                      |
| nexus-rpc                                | 1.1.0           | MIT (LICENSE file; metadata reports UNKNOWN)                 | https://github.com/nexus-rpc/sdk-python                                                                                        |
| numpy                                    | 1.26.4          | BSD License                                                  | https://numpy.org                                                                                                              |
| openai                                   | 2.1.0           | Apache Software License                                      | https://github.com/openai/openai-python                                                                                        |
| opentelemetry-api                        | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api                                             |
| opentelemetry-exporter-otlp              | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp                          |
| opentelemetry-exporter-otlp-proto-common | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-common             |
| opentelemetry-exporter-otlp-proto-grpc   | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-grpc               |
| opentelemetry-exporter-otlp-proto-http   | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-http               |
| opentelemetry-exporter-prometheus        | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-prometheus                    |
| opentelemetry-instrumentation            | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation                         |
| opentelemetry-instrumentation-asgi       | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asgi    |
| opentelemetry-instrumentation-fastapi    | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-fastapi |
| opentelemetry-instrumentation-httpx      | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-httpx   |
| opentelemetry-proto                      | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-proto                                           |
| opentelemetry-sdk                        | 1.37.0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-sdk                                             |
| opentelemetry-semantic-conventions       | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions                            |
| opentelemetry-util-http                  | 0.58b0          | Apache-2.0                                                   | https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/util/opentelemetry-util-http                          |
| packaging                                | 25.0            | Apache Software License; BSD License                         | https://github.com/pypa/packaging                                                                                              |
| pathspec                                 | 0.12.1          | Mozilla Public License 2.0 (MPL 2.0)                         | https://python-path-specification.readthedocs.io/en/latest/index.html                                                          |
| pdf2image                                | 1.17.0          | MIT License                                                  | https://github.com/Belval/pdf2image                                                                                            |
| phonenumbers                             | 9.0.15          | Apache Software License                                      | https://github.com/daviddrysdale/python-phonenumbers                                                                           |
| pillow                                   | 11.3.0          | MIT-CMU                                                      | https://python-pillow.github.io                                                                                                |
| platformdirs                             | 4.5.1           | MIT                                                          | https://github.com/tox-dev/platformdirs                                                                                        |
| pluggy                                   | 1.6.0           | MIT License                                                  | https://github.com/pytest-dev/pluggy                                                                                           |
| preshed                                  | 3.0.10          | MIT License                                                  | https://github.com/explosion/preshed                                                                                           |
| presidio_analyzer                        | 2.2.360         | MIT License                                                  | https://github.com/Microsoft/presidio                                                                                          |
| prometheus_client                        | 0.23.1          | Apache-2.0 AND BSD-2-Clause                                  | https://github.com/prometheus/client_python                                                                                    |
| prompt_toolkit                           | 3.0.52          | BSD License                                                  | https://github.com/prompt-toolkit/python-prompt-toolkit                                                                        |
| propcache                                | 0.3.2           | Apache Software License                                      | https://github.com/aio-libs/propcache                                                                                          |
| protobuf                                 | 6.32.1          | 3-Clause BSD License                                         | https://developers.google.com/protocol-buffers/                                                                                |
| pyasn1                                   | 0.6.1           | BSD License                                                  | https://github.com/pyasn1/pyasn1                                                                                               |
| pyasn1_modules                           | 0.4.2           | BSD License                                                  | https://github.com/pyasn1/pyasn1-modules                                                                                       |
| pycparser                                | 2.23            | BSD License                                                  | https://github.com/eliben/pycparser                                                                                            |
| pydantic                                 | 2.11.9          | MIT                                                          | https://github.com/pydantic/pydantic                                                                                           |
| pydantic-ai                              | 1.0.15          | MIT                                                          | https://ai.pydantic.dev                                                                                                        |
| pydantic-ai-slim                         | 1.0.15          | MIT                                                          | https://github.com/pydantic/pydantic-ai/tree/main/pydantic_ai_slim                                                             |
| pydantic-evals                           | 1.0.15          | MIT                                                          | https://ai.pydantic.dev/evals                                                                                                  |
| pydantic-graph                           | 1.0.15          | MIT                                                          | https://ai.pydantic.dev/graph/tree/main/pydantic_graph                                                                         |
| pydantic-settings                        | 2.11.0          | MIT                                                          | https://github.com/pydantic/pydantic-settings                                                                                  |
| pydantic_core                            | 2.33.2          | MIT License                                                  | https://github.com/pydantic/pydantic-core                                                                                      |
| pyjson5                                  | 2.0.0           | Apache Software License; MIT License                         | https://github.com/Kijewski/pyjson5                                                                                            |
| pymarkdownlnt                            | 0.9.33          | MIT License                                                  | https://github.com/jackdewinter/pymarkdown                                                                                     |
| pypdfium2                                | 4.30.0          | (Apache-2.0 OR BSD-3-Clause) AND LicenseRef-PdfiumThirdParty | https://github.com/pypdfium2-team/pypdfium2                                                                                    |
| pyperclip                                | 1.11.0          | BSD License                                                  | https://github.com/asweigart/pyperclip                                                                                         |
| pyspellchecker                           | 0.8.4           | MIT                                                          | https://github.com/barrust/pyspellchecker                                                                                      |
| pytest                                   | 8.4.2           | MIT License                                                  | https://docs.pytest.org/en/latest/                                                                                             |
| pytest-asyncio                           | 1.2.0           | Apache-2.0                                                   | https://github.com/pytest-dev/pytest-asyncio                                                                                   |
| pytest-cov                               | 7.0.0           | MIT                                                          | https://pytest-cov.readthedocs.io/en/latest/changelog.html                                                                     |
| pytest-mock                              | 3.15.1          | MIT License                                                  | https://github.com/pytest-dev/pytest-mock/                                                                                     |
| pytest-timeout                           | 2.4.0           | DFSG approved; MIT License                                   | https://github.com/pytest-dev/pytest-timeout                                                                                   |
| pytest-xdist                             | 3.8.0           | MIT                                                          | https://github.com/pytest-dev/pytest-xdist                                                                                     |
| python-dateutil                          | 2.9.0.post0     | Apache Software License; BSD License                         | https://github.com/dateutil/dateutil                                                                                           |
| python-dotenv                            | 1.1.1           | BSD License                                                  | https://github.com/theskumar/python-dotenv                                                                                     |
| python-multipart                         | 0.0.20          | Apache-2.0                                                   | https://github.com/Kludex/python-multipart                                                                                     |
| redis                                    | 6.4.0           | MIT                                                          | https://github.com/redis/redis-py                                                                                              |
| referencing                              | 0.36.2          | MIT                                                          | https://github.com/python-jsonschema/referencing                                                                               |
| regex                                    | 2025.9.18       | Apache-2.0 AND CNRI-Python                                   | https://github.com/mrabarnett/mrab-regex                                                                                       |
| reportlab                                | 4.4.4           | BSD License                                                  | https://www.reportlab.com/                                                                                                     |
| requests                                 | 2.32.5          | Apache Software License                                      | https://requests.readthedocs.io                                                                                                |
| requests-file                            | 2.1.0           | Apache Software License                                      | https://github.com/dashea/requests-file                                                                                        |
| rich                                     | 14.2.0          | MIT License                                                  | https://github.com/Textualize/rich                                                                                             |
| rpds-py                                  | 0.27.1          | MIT                                                          | https://github.com/crate-py/rpds                                                                                               |
| rsa                                      | 4.9.1           | Apache Software License                                      | https://stuvel.eu/rsa                                                                                                          |
| ruff                                     | 0.14.7          | MIT License                                                  | https://docs.astral.sh/ruff                                                                                                    |
| s3transfer                               | 0.13.1          | Apache Software License                                      | https://github.com/boto/s3transfer                                                                                             |
| shellingham                              | 1.5.4           | ISC License (ISCL)                                           | https://github.com/sarugaku/shellingham                                                                                        |
| six                                      | 1.17.0          | MIT License                                                  | https://github.com/benjaminp/six                                                                                               |
| smart_open                               | 7.3.1           | MIT License                                                  | https://github.com/piskvorky/smart_open                                                                                        |
| sniffio                                  | 1.3.1           | Apache Software License; MIT License                         | https://github.com/python-trio/sniffio                                                                                         |
| spacy                                    | 3.7.5           | MIT License                                                  | https://spacy.io                                                                                                               |
| spacy-legacy                             | 3.0.12          | MIT License                                                  | https://spacy.io                                                                                                               |
| spacy-loggers                            | 1.0.5           | MIT                                                          | https://github.com/explosion/spacy-loggers                                                                                     |
| srsly                                    | 2.5.1           | MIT License                                                  | https://github.com/explosion/srsly                                                                                             |
| sse-starlette                            | 3.0.2           | BSD-3-Clause                                                 | https://github.com/sysid/sse-starlette                                                                                         |
| starlette                                | 0.48.0          | BSD-3-Clause                                                 | https://github.com/Kludex/starlette                                                                                            |
| temporalio                               | 1.18.0          | MIT (LICENSE file; metadata reports UNKNOWN)                 | https://github.com/temporalio/sdk-python                                                                                       |
| tenacity                                 | 9.1.2           | Apache Software License                                      | https://github.com/jd/tenacity                                                                                                 |
| testcontainers                           | 4.13.2          | Apache Software License                                      | https://github.com/testcontainers/testcontainers-python                                                                        |
| textual                                  | 6.11.0          | MIT License                                                  | https://github.com/Textualize/textual                                                                                          |
| thinc                                    | 8.2.4           | MIT License                                                  | https://github.com/explosion/thinc                                                                                             |
| tldextract                               | 5.3.0           | BSD License                                                  | https://github.com/john-kurkowski/tldextract                                                                                   |
| tokenizers                               | 0.22.1          | Apache Software License                                      | https://github.com/huggingface/tokenizers                                                                                      |
| tomli                                    | 2.2.1           | MIT License                                                  | https://github.com/hukkin/tomli                                                                                                |
| toolz                                    | 1.1.0           | BSD-3-Clause                                                 | https://github.com/pytoolz/toolz                                                                                               |
| tqdm                                     | 4.67.1          | MIT License; Mozilla Public License 2.0 (MPL 2.0)            | https://tqdm.github.io                                                                                                         |
| typer                                    | 0.19.2          | MIT License                                                  | https://github.com/fastapi/typer                                                                                               |
| types-PyYAML                             | 6.0.12.20250915 | Apache-2.0                                                   | https://github.com/python/typeshed                                                                                             |
| types-awscrt                             | 0.29.2          | MIT License                                                  | https://github.com/youtype/types-awscrt                                                                                        |
| types-cffi                               | 1.17.0.20250915 | Apache-2.0                                                   | https://github.com/python/typeshed                                                                                             |
| types-protobuf                           | 6.32.1.20250918 | Apache-2.0                                                   | https://github.com/python/typeshed                                                                                             |
| types-pyOpenSSL                          | 24.1.0.20240722 | Apache Software License                                      | https://github.com/python/typeshed                                                                                             |
| types-redis                              | 4.6.0.20241004  | Apache Software License                                      | https://github.com/python/typeshed                                                                                             |
| types-requests                           | 2.32.4.20250913 | Apache-2.0                                                   | https://github.com/python/typeshed                                                                                             |
| types-s3transfer                         | 0.16.0          | MIT                                                          | https://github.com/youtype/types-s3transfer                                                                                    |
| types-setuptools                         | 80.9.0.20250822 | Apache-2.0                                                   | https://github.com/python/typeshed                                                                                             |
| typing-inspection                        | 0.4.1           | MIT                                                          | https://github.com/pydantic/typing-inspection                                                                                  |
| typing_extensions                        | 4.15.0          | PSF-2.0                                                      | https://github.com/python/typing_extensions                                                                                    |
| uc-micro-py                              | 1.0.3           | MIT License                                                  | https://github.com/tsutsu3/uc.micro-py                                                                                         |
| urllib3                                  | 2.5.0           | MIT                                                          | https://github.com/urllib3/urllib3/blob/main/CHANGES.rst                                                                       |
| uvicorn                                  | 0.37.0          | BSD-3-Clause                                                 | https://uvicorn.dev/                                                                                                           |
| uvloop                                   | 0.21.0          | Apache Software License; MIT License                         | https://github.com/MagicStack/uvloop                                                                                           |
| wasabi                                   | 1.1.3           | MIT                                                          | https://github.com/explosion/wasabi                                                                                            |
| watchfiles                               | 1.1.0           | MIT License                                                  | https://github.com/samuelcolvin/watchfiles                                                                                     |
| weasel                                   | 0.4.1           | MIT License                                                  | https://github.com/explosion/weasel/                                                                                           |
| websockets                               | 15.0.1          | BSD License                                                  | https://github.com/python-websockets/websockets                                                                                |
| wrapt                                    | 1.17.3          | BSD License                                                  | https://github.com/GrahamDumpleton/wrapt                                                                                       |
| yarl                                     | 1.20.1          | Apache Software License                                      | https://github.com/aio-libs/yarl                                                                                               |
| zipp                                     | 3.23.0          | MIT                                                          | https://github.com/jaraco/zipp                                                                                                 |