Schema-salad

Latest version: v8.5.20240311110950

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

Scan your dependencies

Page 1 of 16

8.5.20240311110950

What's Changed

* makedoc: upgrade to mistune v3 by fmigneault in https://github.com/common-workflow-language/schema_salad/pull/787
* enable running more tests offline by mr-c in https://github.com/common-workflow-language/schema_salad/pull/790
* CircleCI: use the current Ubuntu 22.04 image by mr-c in https://github.com/common-workflow-language/schema_salad/pull/802
* package metadata: link to the documentation site. by mr-c in https://github.com/common-workflow-language/schema_salad/pull/809

Deps
* build(deps): bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/783
* build(deps-dev): update flake8-bugbear requirement from <23.13 to <24.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/788
* build(deps): bump actions/cache from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/789
* build(deps): update pytest requirement from <7.5,>=6.2 to >=6.2,<8.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/793
* build(deps): bump cibuildwheel from 2.16.2 to 2.16.4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/792
* build(deps-dev): update bandit requirement from <1.7.7 to <1.7.8 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/791
* build(deps): update pytest requirement from <8 to <9 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/794
* build(deps): bump cibuildwheel from 2.16.4 to 2.16.5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/795
* build(deps): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/796
* build(deps-dev): update pylint requirement from <3.1 to <3.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/801
* build(deps-dev): update flake8-bugbear requirement from <24.2 to <24.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/798
* build(deps): update cachecontrol[filecache] requirement from <0.14,>=0.11.7 to >=0.11.7,<0.15 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/797
* build(deps-dev): update autoflake requirement from <2.3 to <2.4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/800
* build(deps): update black requirement from <23.13,>=19.10b0 to >=19.10b0,<24.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/799
* build(deps): update pytest requirement from <8.1,>=6.2 to >=6.2,<8.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/804
* build(deps-dev): update build requirement from <1.0.4 to <1.1.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/803
* build(deps-dev): update bandit requirement from <1.7.8 to <1.7.9 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/808
* build(deps): bump mypy[mypyc] from 1.8.0 to 1.9.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/807


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.5.20240102191335...8.5.20240311110950

8.5.20240102191335

What's Changed

Upgrade mypy and a tweak for python codegen to support compilation using mypyc

Deps
* build(deps-dev): update flake8-bugbear requirement from <23.12 to <23.13 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/775
* build(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/776
* build(deps): bump mypy[mypyc] from 1.7.1 to 1.8.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/784
* build(deps-dev): update bandit requirement from <1.7.6 to <1.7.7 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/778
* build(deps): update black requirement from <23.12,>=19.10b0 to >=19.10b0,<23.13 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/780
* build(deps-dev): update isort requirement from <5.13 to <5.14 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/777
* build(deps): bump github/codeql-action from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/781
* build(deps): bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/782


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.5.20231201181309...8.5.20240102191335

8.5.20231201181309

What's Changed
* Adding `map` and named `union` types to Schema SALAD by GlassOfWhiskey in https://github.com/common-workflow-language/schema_salad/pull/672
* remove last usage of pkg_resources by mr-c in https://github.com/common-workflow-language/schema_salad/pull/772

Deps
* build(deps): bump mypy[mypyc] from 1.7.0 to 1.7.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/773
* build(deps-dev): update flake8-bugbear requirement from <23.10 to <23.12 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/774


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.4.20231117150958...8.5.20231201181309

8.4.20231117150958

What's Changed
* enable Python3.12 wheel building by mr-c in https://github.com/common-workflow-language/schema_salad/pull/771
* some small tweaks for MyPy 1.7.0 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/770



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

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

Page 1 of 16

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.