v1.4.0
Breaking changes
EnhetQuery.registert_i_foretaksregisterethas been renamed toregistrert_i_foretaksregisteretdue to a typo in the name. (#126)
EnhetQuery.under_tvangsavvikling_eller_trangsopplosninghas been renamed tounder_tvangsavvikling_eller_tvangsopplosningdue to a typo in the name. (#126)
- Python 3.9 support has been dropped as it has reached end-of-life. (#127)
Changes
- Organisasjonsnummer validation now accept ints in addition to strings. (#126)
- Python 3.14 is now part of our test matrix. (#127)
- We're now typechecking with ty in addition to mypy and basedpyright.
New Contributors
- @Add1ct1ve made their first contribution in #126
Full Changelog: v1.3.0...v1.4.0