Schema-salad

Latest version: v8.5.20240503091721

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

Scan your dependencies

Page 2 of 16

8.4.20231113094720

What's Changed

* codgen cpp: improved generation (msvc 14.24) by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/763
* add rest of files for preprocess_vcf.cwl by mr-c in https://github.com/common-workflow-language/schema_salad/pull/764
* Add support for `noLinkCheck` in codegen by GlassOfWhiskey in https://github.com/common-workflow-language/schema_salad/pull/760
* Add gxformat to the examples list by mr-c in https://github.com/common-workflow-language/schema_salad/pull/765

Misc
* gh-actions wheels: change subscription type to match expection by mr-c in https://github.com/common-workflow-language/schema_salad/pull/762
* build(deps): update black requirement from <23.11 to <23.12 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/767
* build(deps): bump mypy from 1.6.1 to 1.7.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/768
* synchronize dependencies by mr-c in https://github.com/common-workflow-language/schema_salad/pull/769


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20231024070348...8.4.20231113094720

8.4.20231024070348

What's Changed
* Fix to work even if there are multiple Content-Type headers by suecharo in https://github.com/common-workflow-language/schema_salad/pull/754
* default to testing with Python 3.12 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/756

CPP Codegen
* tests: add cpp generation tests by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/746
* feat: generated c++ code reading support by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/748
* tighten codegen type hints by mr-c in https://github.com/common-workflow-language/schema_salad/pull/751
* fix: code compatible with clang by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/752
* feat: generate spdx identifier for c++ code by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/753

Deps
* Bump cibuildwheel from 2.16.0 to 2.16.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/745
* build(deps-dev): update pylint requirement from <2.18 to <3.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/749
* build(deps): bump cibuildwheel from 2.16.1 to 2.16.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/750
* build(deps): bump mypy from 1.5.1 to 1.6.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/755
* build(deps-dev): update diff-cover requirement from <7.8 to <8.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/757
* build(deps): bump mypy from 1.6.0 to 1.6.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/759
* build(deps): update black requirement from <23.10 to <23.11 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/758
* build(deps): update ruamel-yaml requirement from <0.18,>=0.17.6 to >=0.17.6,<0.19 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/761

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

**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20230927144413...8.4.20231024070348

8.4.20230927144413

What's Changed
* [Improve error messages for Python codegen by acoleman2000 ](https://github.com/common-workflow-language/schema_salad/commit/b96f052ca4e3bf888fc8b19e5d1f50b198815608) in https://github.com/common-workflow-language/schema_salad/pull/687
* drop support for Python 3.6 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/725
* release no py37 wheels by mr-c in https://github.com/common-workflow-language/schema_salad/pull/729
* Python codegen: reuse the existing check_exists function. by mr-c in https://github.com/common-workflow-language/schema_salad/pull/735
* cap maximum setuptools_scm version by mr-c in https://github.com/common-workflow-language/schema_salad/pull/742
* Implement smarter `is_subtype` logic by GlassOfWhiskey in https://github.com/common-workflow-language/schema_salad/pull/741
* Improved c++ code generation when template are involved by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/744


deps
* Update diff-cover requirement from <7.7 to <7.8 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/719
* Update rdflib requirement from <7.0.0,>=4.2.2 to >=4.2.2,<8.0.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/722
* Bump mypy from 1.4.1 to 1.5.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/724
* Bump mypy from 1.5.0 to 1.5.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/726
* ci(Mergify): configuration update by mr-c in https://github.com/common-workflow-language/schema_salad/pull/727
* Update build requirement from <0.10.1 to <1.0.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/731
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/730
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/732
* Update build requirement from <1.0.1 to <1.0.4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/733
* Update black requirement from <23.8 to <23.10 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/734
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/736
* Bump docker/build-push-action from 4 to 5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/738
* Bump docker/login-action from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/737
* Update flake8-bugbear requirement from <23.8 to <23.10 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/739
* Bump cibuildwheel from 2.15.0 to 2.16.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/740


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20230808163024...8.4.20230927144413

8.4.20230808163024

What's Changed
* Support nested typeDSL by tom-tan in https://github.com/common-workflow-language/schema_salad/pull/711
* Add description of union types by tom-tan in https://github.com/common-workflow-language/schema_salad/pull/720
* dlang: support `saladVersion` by tom-tan in https://github.com/common-workflow-language/schema_salad/pull/715
* start testing with Python 3.12.0rc1 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/723

Deps
* Update diff-cover requirement from <7.6 to <7.7 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/708
* Bump mypy from 1.3.0 to 1.4.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/709
* Update pytest requirement from <7.4,>=6.2 to >=6.2,<7.5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/714
* Update autoflake requirement from <2.2 to <2.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/713
* Bump mypy from 1.4.0 to 1.4.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/712
* Update black requirement from <23.4 to <23.8 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/718
* Update flake8-bugbear requirement from <23.7 to <23.8 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/717


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20230606143604...8.4.20230808163024

8.4.20230606143604

What's Changed
* Better message when dictionary (object) expected. by mr-c in https://github.com/common-workflow-language/schema_salad/pull/706
* Update flake8-bugbear requirement from <23.6 to <23.7 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/705


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20230601112322...8.4.20230606143604

8.4.20230601112322

What's Changed
* Always re-run unittests by acoleman2000 in https://github.com/common-workflow-language/schema_salad/pull/699
* [ruamel.yaml: allow any 0.17.x release](https://github.com/common-workflow-language/schema_salad/commit/ae9fc13563cd544bf63651ca62dc0c94a0cc895a) by mr-c
* Bump cachecontrol[filecache] from 0.12.11 to 0.13.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/704

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

**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20230511084951...8.4.20230601112322

Page 2 of 16

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.