+1
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -11,6 +11,7 @@ pydantic==2.10.6 | ||
pydantic_core==2.27.2
|
||
pytest==8.3.2
|
||
requests==2.32.3
|
||
shortuuid==1.0.13
|
||
tomli==2.2.1
|
||
typing_extensions==4.12.2
|
||
urllib3==2.3.0 |
||
src/network/clients/oai/client.py
0 → 100644
+129
−0
src/network/clients/oai/common.py
0 → 100644
+56
−0
src/network/clients/oai/schemas.py
0 → 100644
+110
−0
src/network/clients/oai/utils.py
0 → 100644
+44
−0
Loading