Releases: data-as-code/dac
Releases · data-as-code/dac
v0.4.3
Added
- Added support for python
3.12and3.13
Changed
- Bump all dependencies to the latest version and introduce necessary adaptation in the source code (affecting only
dac info):build~=0.9->build~=1.2toml~=0.10->toml~=0.10.2typer[all]~=0.7->typer~=0.15.2wheel~=0.38->wheel~=0.45
- Prevent installation with python >
3.13
v0.4.3rc0
fix: pa.DataFrameModel
v0.4.2
Find next version robust to dash or underscore (#27) * find latest version is now robust to use of "-" and "_" without distinction * update changelog * readme typo --------- Co-authored-by: Ádám Juhász <[email protected]>
v0.4.2rc1
update changelog
v0.4.1
v0.4.0
allow optional arguments in load() (#24)
v0.3.3
cleanup
v0.3.2
extend compatibility to pydantic v1 and v2
v0.3.1
update changelog before release v0.3.1
v0.3.0
dependencies must be separated by ; instead of , (#15)