Streamflow

Latest version: v0.1.6

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

Scan your dependencies

Page 1 of 6

0.2.0.dev11

0.2.0.dev10

What's Changed
* Added parameter to choose the deployments to use in pytests by LanderOtto in https://github.com/alpha-unito/streamflow/pull/232
* Fix _get_existing_parent behaviour by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/253

Dependencies
* Bump aiohttp from 3.8.5 to 3.8.6 by dependabot in https://github.com/alpha-unito/streamflow/pull/255
* Bump asyncssh from 2.13.2 to 2.14.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/250
* Bump black from 23.7.0 to 23.9.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/233
* Bump codespell from 2.2.5 to 2.2.6 by dependabot in https://github.com/alpha-unito/streamflow/pull/252
* Bump docker/build-push-action from 4 to 5 by dependabot in https://github.com/alpha-unito/streamflow/pull/237
* Bump docker/login-action from 2 to 3 by dependabot in https://github.com/alpha-unito/streamflow/pull/235
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/alpha-unito/streamflow/pull/236
* Bump docker/setup-qemu-action from 2 to 3 by dependabot in https://github.com/alpha-unito/streamflow/pull/234
* Bump flake8-bugbear from 23.7.10 to 23.9.16 by dependabot in https://github.com/alpha-unito/streamflow/pull/239
* Bump jsonschema from 4.19.0 to 4.19.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/244
* Bump kubernetes-asyncio from 25.11.0 to 26.9.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/247
* Bump kubernetes-asyncio from 26.9.0 to 27.6.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/249
* Bump kubernetes-asyncio from 27.6.0 to 28.2.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/254
* Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/242
* Bump pandas from 2.1.0 to 2.1.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/245
* Bump plotly from 5.16.1 to 5.17.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/240
* Bump pyupgrade from 3.10.1 to 3.12.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/246
* Bump pyupgrade from 3.12.0 to 3.13.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/248
* Bump pyupgrade from 3.13.0 to 3.14.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/251
* Bump sphinx from 7.2.5 to 7.2.6 by dependabot in https://github.com/alpha-unito/streamflow/pull/238


**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev9...0.2.0.dev10

0.2.0.dev9

What's Changed
* Connector and CWL Runner fixes by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/216
* Fix Python dependencies conflict in Mac OS CI by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/214
* Fix `template_map` error when service has no file by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/223
* Fix scheduler behaviour when retry_delay is set by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/224
* Fix potential race condition on sqlite `row_factory` by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/225
* Add configurable time option in HPC connectors by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/227
* Fix Flux Docker version to 0.28.0 by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/230
* Update CWL v1.2 conformance tests by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/231
* Avoid opening too many SSH sessions by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/229

Dependencies
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/alpha-unito/streamflow/pull/221
* Bump antlr4-python3-runtime from 4.13.0 to 4.13.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/222
* Bump cwltool from 3.1.20230719185429 to 3.1.20230906142556 by dependabot in https://github.com/alpha-unito/streamflow/pull/226
* Bump cwl-utils from 0.28 to 0.29 by dependabot in https://github.com/alpha-unito/streamflow/pull/220
* Bump pandas from 2.0.3 to 2.1.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/217
* Bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/219
* Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/228
* Bump sphinx from 7.2.3 to 7.2.4 by dependabot in https://github.com/alpha-unito/streamflow/pull/215
* Bump sphinx from 7.2.4 to 7.2.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/218

**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev8...0.2.0.dev9

0.2.0.dev8

What's Changed
* Updated MacOS CI in GitHub Actions by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/204
* Change jsonschema loader by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/205
* Enable distributed inheritance for plugins by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/208
* Fix Flux and Mac OS CI steps by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/209
* Adjust JSONSchema ids by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/211
* Update docs to v0.2.0 by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/213

Dependencies
* Bump cwltest from 2.3.20230527113600 to 2.3.20230825125225 by dependabot in https://github.com/alpha-unito/streamflow/pull/212
* Bump jsonschema from 4.18.6 to 4.19.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/197
* Bump kubernetes-asyncio from 24.2.3 to 25.11.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/206
* Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/198
* Bump plotly from 5.15.0 to 5.16.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/199
* Bump plotly from 5.16.0 to 5.16.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/201
* Bump sphinx from 7.1.2 to 7.2.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/203
* Bump sphinx from 7.2.2 to 7.2.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/210
* Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/207

**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev7...0.2.0.dev8

0.2.0.dev7

What's Changed

* Updated CWL v1.2 conformance tests by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/168
* Added type definitions to ext CLI by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/180
* Migrated JSONSchema to Draft 2019-09 by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/185
* Fixed type checking in conftest by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/195
* Moved black configuration to `pyproject.toml` by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/196

Dependencies
* Bump aiohttp from 3.8.4 to 3.8.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/187
* Bump asyncssh from 2.13.1 to 2.13.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/170
* Bump black from 23.3.0 to 23.7.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/178
* Bump codespell from 2.2.4 to 2.2.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/165
* Bump cwltool from 3.1.20230601100705 to 3.1.20230624081518 by dependabot in https://github.com/alpha-unito/streamflow/pull/172
* Bump cwltool from 3.1.20230624081518 to 3.1.20230719185429 by dependabot in https://github.com/alpha-unito/streamflow/pull/189
* Bump flake8-bugbear from 23.6.5 to 23.7.10 by dependabot in https://github.com/alpha-unito/streamflow/pull/179
* Bump importlib-metadata from 6.6.0 to 6.7.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/167
* Bump importlib-metadata from 6.7.0 to 6.8.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/177
* Bump jsonschema from 4.17.3 to 4.18.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/175
* Bump jsonschema from 4.18.0 to 4.18.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/184
* Bump jsonschema from 4.18.3 to 4.18.4 by dependabot in https://github.com/alpha-unito/streamflow/pull/186
* Bump jsonschema from 4.18.4 to 4.18.6 by dependabot in https://github.com/alpha-unito/streamflow/pull/194
* Bump pandas from 2.0.2 to 2.0.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/173
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/171
* Bump pytest-asyncio from 0.21.0 to 0.21.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/182
* Bump pyupgrade from 3.6.0 to 3.7.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/166
* Bump pyupgrade from 3.7.0 to 3.8.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/174
* Bump pyupgrade from 3.8.0 to 3.9.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/176
* Bump pyupgrade from 3.9.0 to 3.10.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/191
* Bump sphinx from 7.0.1 to 7.1.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/188
* Bump sphinx from 7.1.0 to 7.1.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/190
* Bump sphinx from 7.1.1 to 7.1.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/192


**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev6...0.2.0.dev7

0.2.0.dev6

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.