renku-python
renku-python copied to clipboard
A Python library for the Renku collaborative data science platform.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Sentry Issue: [RENKU-PYTHON-MC](https://sentry.dev.renku.ch/organizations/sentry/issues/1544/?referrer=github_integration) ``` ValueError: Got 0 results, expected 1. File "renku/ui/service/cache/users.py", line 34, in ensure_user User.get(User.user_id == user_obj.user_id) File "walrus/models.py", line 783, in get raise ValueError('Got %s results, expected...
we have added types in most of our code and check it with `mypy`, but these checks are not enforced at runtime. But since they are there, we don't usually...
As said in https://github.com/SwissDataScienceCenter/renku-python/issues/3208, Plan's creation date should be fixed for older projects to be equal to Activity's start date. This would require a migration on the metadata.
**Describe the bug** `date_modified` property on the datasets is always set to current date/time which is not correct: https://github.com/SwissDataScienceCenter/renku-python/blob/add433e3b52854b5546bf9c57a09e893c3ff0d7b/renku/domain_model/dataset.py#L367 A manifestation of this bug is visible in `renku log`. **To...
As a Renku user, I want to have write access to a mounted S3 dataset, so that data that is added to the dataset, is also copied to the remote...
## Describe the bug Hi to all, I was just trying to create a dataset, and then, this happened. It does not allow to create it, and honestly I don't...
We should not make toil an optional dependency and use it as the default backend, as it supports more uses and provides better user feedback.
So in mypy 0.991 or 0.990 they added a [breaking change for implicit optional types](https://mypy-lang.blogspot.com/2022/11/mypy-0990-released.html) for arguments. Before if you just assigned `None` as a default for an argument (without...