Renku

Latest version: v2.9.4

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

Scan your dependencies

Page 57 of 70

0.11.6

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** fix bug where remote_cache caused project ids to leak
(`1618 <https://github.com/SwissDataScienceCenter/renku-python/pull/1618>`__)
(`3ef04fb <https://github.com/SwissDataScienceCenter/renku-python/commit/3ef04fb8b6091d87b235901f7dfa22728f67b540>`__)
- **dataset:** fix a bug where datasets imported from renku project won't update
(`1615 <https://github.com/SwissDataScienceCenter/renku-python/issues/1615>`__)
(`309eb2f <https://github.com/SwissDataScienceCenter/renku-python/commit/309eb2fa8be53fa085222a98625fa0daffeee08f>`__)
- **service:** fixes pushing to protected branches
(`1614 <https://github.com/SwissDataScienceCenter/renku-python/pull/1614>`__)
(`34c7f92 <https://github.com/SwissDataScienceCenter/renku-python/commit/34c7f921ea04bfbfdbf08c85da165414efc315a6>`__)

0.11.5

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** fix importing a dataset referenced from non-existent projects
(`1574 <https://github.com/SwissDataScienceCenter/renku-python/issues/1574>`__)
(`4bb13ef <https://github.com/SwissDataScienceCenter/renku-python/commit/4bb13ef28a2bda2b3227deecb296e1274878752a>`__)
- **core:** fixes git encoding of paths with unicode characters
(`1538 <https://github.com/SwissDataScienceCenter/renku-python/issues/1538>`__)
(`9790707 <https://github.com/SwissDataScienceCenter/renku-python/commit/979070798968b2c2c624be5eceb4a0162c0faf80>`__)
- **dataset:** fix broken directory hierarchy after renku dataset imports
(`1576 <https://github.com/SwissDataScienceCenter/renku-python/issues/1576>`__)
(`41e3e72 <https://github.com/SwissDataScienceCenter/renku-python/commit/41e3e72024fe9a1a51521f739f920a63eceb95a8>`__)
- **dataset:** abort importing a dataset when cannot pull LFS objects
(`1590 <https://github.com/SwissDataScienceCenter/renku-python/issues/1590>`__)
(`9877a98 <https://github.com/SwissDataScienceCenter/renku-python/commit/9877a98c736f3a599ac9d7f0d59ac74af96d3da8>`__)
- **dataset:** fix invalid dataset name after migration
(`1593 <https://github.com/SwissDataScienceCenter/renku-python/issues/1593>`__)
(`c7ec249 <https://github.com/SwissDataScienceCenter/renku-python/commit/c7ec24936f2dac316cf737eef08ecf5f79d35973>`__)
- **dataset:** update dataset files metadata when adding and overwriting local files
(`1582 <https://github.com/SwissDataScienceCenter/renku-python/issues/1582>`__)
(`0a23e82 <https://github.com/SwissDataScienceCenter/renku-python/commit/0a23e82a19945b048a986fb679b84c88107ec124>`__)

0.11.4

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** fix project migration getting overwritten with old metadata
(`1580 <https://github.com/SwissDataScienceCenter/renku-python/issues/1580>`__)
(`dcc1541 <https://github.com/SwissDataScienceCenter/renku-python/commit/dcc1541f6164e697a7bc26054f7f6812bd1ef33a>`__)

0.11.3

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** make Run migration ids unique by relative path instead of absolute
(`686b9f9 <https://github.com/SwissDataScienceCenter/renku-python/commit/686b9f99d37315657bf9bcf273a4b0cf011d51ff>`__)

0.11.2

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **cli:** fixes ``libxslt`` dependency in docker image
(`1534 <https://github.com/SwissDataScienceCenter/renku-python/issues/1534>`__)
(`491bae7 <https://github.com/SwissDataScienceCenter/renku-python/commit/491bae764db72f91f3c444bd7105017e50e370cd>`__)
- **core:** fixes ``doi:…`` import
(`1536 <https://github.com/SwissDataScienceCenter/renku-python/issues/1536>`__)
(`f653c79 <https://github.com/SwissDataScienceCenter/renku-python/commit/f653c7912ee03ca24e2043063a5b269d938b3c31>`__)
- **core:** fixes duplicate ‘renku:Run’ ids on repeat execution of migrations
(`1532 <https://github.com/SwissDataScienceCenter/renku-python/issues/1532>`__)
(`4ce6f3c <https://github.com/SwissDataScienceCenter/renku-python/commit/4ce6f3c1a86d9172973f78bea42619223c4fad2e>`__)

Features
~~~~~~~~

- **cli:** show existing paths when initializing non-empty dir
(`1535 <https://github.com/SwissDataScienceCenter/renku-python/issues/1535>`__)
(`07c559f <https://github.com/SwissDataScienceCenter/renku-python/commit/07c559fd1d8ff22b0aec25a9585019d847635dd8>`__)
- **core:** follow URL redirections for dataset files
(`1516 <https://github.com/SwissDataScienceCenter/renku-python/issues/1516>`__)
(`5a37b3c <https://github.com/SwissDataScienceCenter/renku-python/commit/5a37b3cdae7c06aca5b103bca8046e2804269765>`__)
- **dataset:** flattened JSON-LD metadata
(`1518 <https://github.com/SwissDataScienceCenter/renku-python/issues/1518>`__)
(`458ddb9 <https://github.com/SwissDataScienceCenter/renku-python/commit/458ddb9b9cea037c01be496c20573a7645b5c0e4>`__)
- **service:** add additional template parameters
(`1469 <https://github.com/SwissDataScienceCenter/renku-python/issues/1469>`__)
(`6372a32 <https://github.com/SwissDataScienceCenter/renku-python/commit/6372a32cd24dde4a77d53731ba03b6644b47ba73>`__)
- **service:** adds additional fields to datasets listings
(`1508 <https://github.com/SwissDataScienceCenter/renku-python/issues/1508>`__)
(`f8a395f <https://github.com/SwissDataScienceCenter/renku-python/commit/f8a395f90c2cf4be54c9da390638fcdb9cb0b8cc>`__)
- **service:** adds project details and renku operation on jobs
endpoint
(`1492 <https://github.com/SwissDataScienceCenter/renku-python/issues/1492>`__)
(`6b3fafd <https://github.com/SwissDataScienceCenter/renku-python/commit/6b3fafd75a3eda7a481a5ff2f626c60a083413ef>`__)
- **service:** execute read operations via git remote
(`1488 <https://github.com/SwissDataScienceCenter/renku-python/issues/1488>`__)
(`84a0eb3 <https://github.com/SwissDataScienceCenter/renku-python/commit/84a0eb38a6521f12c8db05fe4ee169551fcc08a0>`__)
- **workflow:** avoid unnecessary parent runs
(`1476 <https://github.com/SwissDataScienceCenter/renku-python/issues/1476>`__)
(`b908ffd <https://github.com/SwissDataScienceCenter/renku-python/commit/b908ffd03a26e996f2df2127dbfdb66cd9da1dba>`__)

0.11.1

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- fixes shacl for DatasetFile when used inside a ``qualifiedGeneration``
(`1477 <https://github.com/SwissDataScienceCenter/renku-python/issues/1477>`__)
(`99dd4a4 <https://github.com/SwissDataScienceCenter/renku-python/commit/99dd4a49704a36e330ea0d5ee7e0fcc7db31f7ad>`__)

Page 57 of 70

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.