Python SDK - Version 0.12.0 - Beta 1
Pre-release
Pre-release
Note
This is a pre-release of Infrahub Python SDK 0.12.0.
Changelog
Warning
This release drops the support for Pydantic version 1.
🚀 Features
- Add infrahubctl command to export Python protocols @gmazoyer (#3705)
- Add methods to fetch allocated details of pools @gmazoyer (#3673)
🐛 Bug Fixes
🧰 Maintenance
- Add Core to restricted namespaces @ogenstad (#3306)
- Remove unneeded
url
parameter fromdecode_json
@gmazoyer (#3723) - Fix Ruff UP006: Use X instead of Y for type annotation @gmazoyer (#3707)
- Properly set default value for mode in Config @ogenstad (#3704)
- Fix security issues in
urllib3
@ogenstad (#3685) - Fix Ruff command to produce correct exit code @ogenstad (#3668)
- Drop Pydantic v1 support in Python SDK @gmazoyer (#3622)