Schema-salad

Latest version: v8.8.20241206093842

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

Scan your dependencies

Page 1 of 17

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

8.7.20240820070935

What's Changed
* Fix C++23: ~heap_object() with incomplete types by eseiler in https://github.com/common-workflow-language/schema_salad/pull/852
* upgrade `CacheControl` to use the more memory-efficient `SeparateBodyFileCache` by mr-c in https://github.com/common-workflow-language/schema_salad/pull/857
* Fix java code generator emitting unknown None symbol by mvdbeek in https://github.com/common-workflow-language/schema_salad/pull/858

Deps
* Update pytest requirement from <8.3,>=6.2 to >=6.2,<8.4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/850
* Bump mypy[mypyc] from 1.10.1 to 1.11.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/851
* Bump mypy[mypyc] from 1.11.0 to 1.11.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/853
* Bump cibuildwheel from 2.19.2 to 2.20.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/855
* Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/856
* Update black requirement from <24.5,>=19.10b0 to >=19.10b0,<24.9 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/854
* Update flake8-bugbear requirement from <24.5 to <24.9 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/859

New Contributors
* eseiler made their first contribution in https://github.com/common-workflow-language/schema_salad/pull/852

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

8.7.20240718183047

What's Changed
* Add feature to validate map types by tetron in https://github.com/common-workflow-language/schema_salad/pull/848


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.6.20240710082410...8.7.20240718183047

Page 1 of 17

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.