# 25.10.22

> 25.10.22 release notes for UiPath CLI.

**Release date: September 2, 2026**

## Bug fixes

### Packing a project that uses Generate Data Type no longer fails validation

`uipcli package pack` no longer fails with `Cannot create unknown type 'Studio.Generated.TypedDataTable1'` on a project that uses the **Extract DataTable** activity with **Generate Data Type** enabled. The error was raised during validation, before packaging began, so no package was produced — most often on clean CI checkouts, where the assemblies for generated data types are not in source control and have to be rebuilt by the CLI.
