Pins

Latest version: v0.8.7

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

Scan your dependencies

Page 1 of 3

0.8.7

What's Changed
* maint: update `dev.txt` and gcs protocol names by isabelizimm in https://github.com/rstudio/pins-python/pull/242
* Fix typo by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/238
* Add some extra information to help set up local pytest calls by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/240
* Add comment linking why we use appdirs in setup.cfg by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/245
* Moving board_deparse to boards.py by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/247
* feat(pins): add support for custom storage options in `board_s3` by ericmjl in https://github.com/rstudio/pins-python/pull/237
* Support Python 3.12 by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/248
* Remove syntax used as a workaround while Python 3.7 was being supported by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/246
* Add sentence in docs disclaiming against high frequency writes. by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/269
* Feature/251 add ruff by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/267
* Tailor `_assert_is_pandas_df` error - not just CSV but for all file t… by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/268
* Replace tmp_dir2 fixture with tmp_path. by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/270
* Migrate `setup.cfg` to `pyproject.toml`. by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/273
* Configure pytest marks in a central location in pyproject.toml by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/275
* Enable isort rules by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/279
* Feature/250 add pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/256
* Fix bug where error message is missing info at the end by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/288
* maint: update to v2 docker compose by isabelizimm in https://github.com/rstudio/pins-python/pull/296
* Fix off-by-one error in version parsing function msg. by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/286
* Enable "FA" rules in ruff and apply UP rules to migrate syntax by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/289
* Bugfix/266 load path access type by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/274
* Enable `reportIncompatibleVariableOverride` in pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/290
* Use correct endpoint for RsConnect get_user with guid by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/292
* Enable reportUnusedExpression in pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/309
* Enable reportGeneralTypeIssues in pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/305
* Fix bug in pin_versions_prune for days arg by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/299
* Implement `force_identicial_write` by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/260
* Avoid shadowing builtins by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/303
* ci: maintenance and adding 3.13 tests by isabelizimm in https://github.com/rstudio/pins-python/pull/318
* feat: multifile handling in `pin_upload`/`pin_download` by isabelizimm in https://github.com/rstudio/pins-python/pull/319
* Enable reportAssignmentType in pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/310
* Enable reportOptionalIterable in pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/307
* Enable reportIndexIssue in pyright by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/313
* maint: drop python 3.8 support by isabelizimm in https://github.com/rstudio/pins-python/pull/321
* maint: change user facing language from RStudio to Posit by isabelizimm in https://github.com/rstudio/pins-python/pull/322
* Feature/262-add-rdata-dep by nathanjmcdougall in https://github.com/rstudio/pins-python/pull/265

New Contributors
* nathanjmcdougall made their first contribution in https://github.com/rstudio/pins-python/pull/238
* ericmjl made their first contribution in https://github.com/rstudio/pins-python/pull/237

**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.8.6...v0.8.7

0.8.6

What's Changed
* use `requests.JSONDecodeError` to catch more requests errors by isabelizimm in https://github.com/rstudio/pins-python/pull/232


**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.8.5...v0.8.6

0.8.5

What's Changed
* docs: update with info about concurrent writes by juliasilge in https://github.com/rstudio/pins-python/pull/226
* fix(fsspec): pass `detail=False` to `ls` to continue returning a list of strings by cpcloud in https://github.com/rstudio/pins-python/pull/229
* feat: use `rdata` as a driver for 'rds' files by isabelizimm in https://github.com/rstudio/pins-python/pull/231
* feat: support unversioned boards by isabelizimm in https://github.com/rstudio/pins-python/pull/230


**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.8.4...v0.8.5

0.8.4

What's Changed
* docs: add examples with environment variables for `board_connect` by isabelizimm in https://github.com/rstudio/pins-python/pull/216
* ci: add ci support for python 3.11 by isabelizimm in https://github.com/rstudio/pins-python/pull/218
* Fix typo in installation section of readme by nealrichardson in https://github.com/rstudio/pins-python/pull/219
* maint: spooky fall 🍁 cleaning by isabelizimm in https://github.com/rstudio/pins-python/pull/220
* feat: preview r code in connect to read pin by isabelizimm in https://github.com/rstudio/pins-python/pull/223
* drop python 3.7 support, min fsspec>=2022.2.0 by isabelizimm in https://github.com/rstudio/pins-python/pull/224
* refactor(fsspec): remove upper bound on fsspec by gforsyth in https://github.com/rstudio/pins-python/pull/221

New Contributors
* nealrichardson made their first contribution in https://github.com/rstudio/pins-python/pull/219
* gforsyth made their first contribution in https://github.com/rstudio/pins-python/pull/221

**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.8.3...v0.8.4

0.8.3

What's Changed
* Fixed link to github repo in quarto yaml by atsyplenkov in https://github.com/rstudio/pins-python/pull/210
* deparse url boards by isabelizimm in https://github.com/rstudio/pins-python/pull/211
* restrict `fsspec` less than 2023.9.0 by isabelizimm in https://github.com/rstudio/pins-python/pull/212
* Set `versioned=False` for `board_url` by isabelizimm in https://github.com/rstudio/pins-python/pull/213

New Contributors
* atsyplenkov made their first contribution in https://github.com/rstudio/pins-python/pull/210

**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.8.2...v0.8.3

0.8.2

What's Changed
* docs: update url, add doc url to setup.cfg by machow in https://github.com/rstudio/pins-python/pull/200
* Start transition to quartodoc by juliasilge in https://github.com/rstudio/pins-python/pull/198
* docs: rename docs-quarto folder to docs by machow in https://github.com/rstudio/pins-python/pull/207
* feat: add support for `pin_write` with `type="file"` by cpcloud in https://github.com/rstudio/pins-python/pull/201
* fix: close open file handles in `pin_download` by cpcloud in https://github.com/rstudio/pins-python/pull/208

New Contributors
* cpcloud made their first contribution in https://github.com/rstudio/pins-python/pull/201

**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.8.1...v0.8.2

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.