Schema-salad

Latest version: v8.8.20250205075315

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 18

8.8.20250205075315

What's Changed
* codegen: remove unnecessary sorting of keys in ID Maps by mr-c in https://github.com/common-workflow-language/schema_salad/pull/899
* Fix/cpp gen storing yaml by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/900
* pycodegen: `idfield`s can never be `None` by mr-c in https://github.com/common-workflow-language/schema_salad/pull/901
* Fixed `save` method for namespaced `class` fields by GlassOfWhiskey in https://github.com/common-workflow-language/schema_salad/pull/910
* Improve class uri handling by GlassOfWhiskey in https://github.com/common-workflow-language/schema_salad/pull/911
* Fixes for Java codegen by mr-c in https://github.com/common-workflow-language/schema_salad/pull/912

Deps
* build(deps): bump mypy[mypyc] from 1.14.1 to 1.15.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/913
* Bump mypy[mypyc] from 1.13.0 to 1.14.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/902
* Update bandit requirement from <1.7.11 to <1.8.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/905
* Bump cibuildwheel from 2.21.3 to 2.22.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/903
* Update flake8-bugbear requirement from <24.11 to <24.13 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/904
* Bump mypy[mypyc] from 1.14.0 to 1.14.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/906
* Update bandit requirement from <1.8.1 to <1.8.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/907
* build(deps-dev): update isort requirement from <5.14,>5 to >5,<6.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/909


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.8.20241206093842...8.8.20250205075315

8.8.20241206093842

What's Changed
* Fix class detection for namespaced classes (Py) by GlassOfWhiskey in https://github.com/common-workflow-language/schema_salad/pull/897
* PyPI wheel publishing: switch to trusted publishing by mr-c in https://github.com/common-workflow-language/schema_salad/pull/898

**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.8.20241204110045...8.8.20241206093842

8.8.20241204110045

What's Changed
* error messages: report model and value being checked by mvdbeek in https://github.com/common-workflow-language/schema_salad/pull/862
* wheels: drop musllinux 1.1 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/889
* cppgen: improved support of fields of type 'any' by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/893
* bump minimum version of cachecontrol needed for mypyc by mr-c in https://github.com/common-workflow-language/schema_salad/pull/895
* tox: newer mypyc works with Python 3.13 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/894

Deps
* Bump mypy[mypyc] from 1.12.1 to 1.13.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/886
* Update flake8-bugbear requirement from <24.9 to <24.11 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/888
* Bump codecov/codecov-action from 4 to 5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/890
* Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/892

**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.7.20241021092521...8.8.20241204110045

8.7.20241021092521

What's Changed
* Drop support for Python 3.8 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/877
* build Python 3.13 binary wheels with mypy 1.12+ by mr-c in https://github.com/common-workflow-language/schema_salad/pull/883
* synchronize requirements.txt and pyproject.toml:build_depends by mr-c in https://github.com/common-workflow-language/schema_salad/pull/885

Deps
* Bump mypy[mypyc] from 1.11.2 to 1.12.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/882
* Bump mypy[mypyc] from 1.12.0 to 1.12.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/884


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.7.20241010092723...8.7.20241021092521

8.7.20241010092723

This is the last release that will support Python 3.8

What's Changed
* mypy 1.12 prep by mr-c in https://github.com/common-workflow-language/schema_salad/pull/876
* prepare for future mypy release and enable --local-partial-types now by mr-c in https://github.com/common-workflow-language/schema_salad/pull/879

Deps
* Update build requirement from <1.2.2 to <1.2.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/865
* Update diff-cover requirement from <9.2 to <9.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/866
* Bump cibuildwheel from 2.20.0 to 2.21.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/868
* Bump cibuildwheel from 2.21.0 to 2.21.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/870
* Update pylint requirement from <3.3 to <3.4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/871
* Update bandit requirement from <1.7.10 to <1.7.11 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/872
* Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/875
* Update black requirement from ~=24.8 to >=23.12,<24.11 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/878
* Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/881


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.7.20240905150001...8.7.20241010092723

8.7.20240905150001

What's Changed

* [dlang] Support extention objects in arrays and the `default` field by tom-tan in https://github.com/common-workflow-language/schema_salad/pull/825
* Support Python 3.13.x by adding 3.13.0-rc1 to the CI by mr-c in https://github.com/common-workflow-language/schema_salad/pull/822

Deps
* Bump mypy[mypyc] from 1.11.1 to 1.11.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/860


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.7.20240820070935...8.7.20240905150001

Page 1 of 18

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.