Schema-salad

Latest version: v8.5.20240503091721

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

Scan your dependencies

Page 1 of 16

8.5.20240503091721

What's Changed
* Fix release test by mr-c in https://github.com/common-workflow-language/schema_salad/pull/821

Deps
* build(deps): bump mypy[mypyc] from 1.9.0 to 1.10.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/818
* build(deps-dev): update diff-cover requirement from <8.1 to <9.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/816
* build(deps): update pytest requirement from <8.2,>=6.2 to >=6.2,<8.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/820
* build(deps-dev): update flake8-bugbear requirement from <24.3 to <24.5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/817
* build(deps): update black requirement from <24.4,>=19.10b0 to >=19.10b0,<24.5 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/819


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.5.20240410123758...8.5.20240503091721

8.5.20240410123758

What's Changed
* fixes 805 The value of copyFrom.fetcher is not used in the LoadingOp… by bioflowy in https://github.com/common-workflow-language/schema_salad/pull/806
* gh-actions: merge the downloaded artifects into a single directory. by mr-c in https://github.com/common-workflow-language/schema_salad/pull/811

Deps
* build(deps): bump cibuildwheel from 2.16.5 to 2.17.0 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/812
* build(deps): update black requirement from ~=24.2 to ~=24.3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/813
* build(deps-dev): update build requirement from <1.1.2 to <1.2.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/814

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

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

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

Page 1 of 16

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.