Watchfiles

Latest version: v1.0.0

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

Scan your dependencies

Page 1 of 6

1.0.0

What's Changed
* Bump PyO3 to 0.23, drop Python 3.8 support by gi0baro in https://github.com/samuelcolvin/watchfiles/pull/307
* allow modify `poll_delay_ms` argument using an environment variable by joelpelaez in https://github.com/samuelcolvin/watchfiles/pull/303
* remove set_version, prepare for v1 release by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/309
* fix version check and release in CI by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/310

New Contributors
* joelpelaez made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/303

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.24.0...v1.0.0

0.24.0

What's Changed
* drop PyPy 3.8 by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/293
* Update Python version in `index.md` by kjaymiller in https://github.com/samuelcolvin/watchfiles/pull/296
* return "file deleted" instead of raising an exception, fix https://github.com/samuelcolvin/watchfiles/pull/282 by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/301

New Contributors
* kjaymiller made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/296

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.23.0...v0.24.0

0.23.0

What's Changed
* Fix typo in `watch` doctstring by kwentine in https://github.com/samuelcolvin/watchfiles/pull/280
* Bump up PyO3 to 0.22.2 by FlickerSoul in https://github.com/samuelcolvin/watchfiles/pull/287
* Updates to GitHub Actions by gaby in https://github.com/samuelcolvin/watchfiles/pull/274
* Update mkdocstring python handler option key by kwentine in https://github.com/samuelcolvin/watchfiles/pull/281
* Bump requests from 2.31.0 to 2.32.0 in /requirements by dependabot in https://github.com/samuelcolvin/watchfiles/pull/278
* Bump urllib3 from 2.2.1 to 2.2.2 in /requirements by dependabot in https://github.com/samuelcolvin/watchfiles/pull/283
* Bump certifi from 2024.2.2 to 2024.7.4 in /requirements by dependabot in https://github.com/samuelcolvin/watchfiles/pull/285
* Add support for Python 3.13 by hugovk in https://github.com/samuelcolvin/watchfiles/pull/277
* remove watchfiles from ignore directory list by CharlesFr in https://github.com/samuelcolvin/watchfiles/pull/249
* fix windows build by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/291
* Full CI build by default by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/290
* use `intern!` in rust code by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/292

New Contributors
* kwentine made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/280
* FlickerSoul made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/287
* gaby made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/274
* hugovk made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/277
* CharlesFr made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/249

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.22.0...v0.23.0

0.22.0

What's Changed
* fix `list-pypi-files` CI task by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/250
* pip show wrong homepage by NewUserHa in https://github.com/samuelcolvin/watchfiles/pull/253
* Update PyO3 by mgorny in https://github.com/samuelcolvin/watchfiles/pull/267
* Delete setup.py by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/260
* really drop python<=3.7 support by kloczek in https://github.com/samuelcolvin/watchfiles/pull/264
* uprev pyo3 and minimum rust version by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/269
* drop black and isort by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/270
* pre-commit block main - related to `notify` update by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/272
* Bump idna from 3.3 to 3.7 in /requirements by dependabot in https://github.com/samuelcolvin/watchfiles/pull/271
* uprev linting, testing and docs requirements by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/273

New Contributors
* NewUserHa made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/253
* kloczek made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/264

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.21.0...v0.22.0

0.21.0

What's Changed
* Add Python 3.12 support, drop Python 3.7 support by gi0baro in https://github.com/samuelcolvin/watchfiles/pull/248

New Contributors
* gi0baro made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/248

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.20.0...v0.21.0

0.20.0

What's Changed
* Bump pymdown-extensions from 9.5 to 10.0 in /requirements by dependabot in https://github.com/samuelcolvin/watchfiles/pull/229
* Bump pygments from 2.13.0 to 2.15.0 in /requirements by dependabot in https://github.com/samuelcolvin/watchfiles/pull/237
* Allow maturin 1.x by heirecka in https://github.com/samuelcolvin/watchfiles/pull/233
* Fix: Memory leak of PyO3 by koseki2580 in https://github.com/samuelcolvin/watchfiles/pull/240
* Improve debug by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/242
* add grace period during which file changes are ignored by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/243
* Add ignore_permission_denied option by aminalaee in https://github.com/samuelcolvin/watchfiles/pull/224
* Catch `SIGTERM` and kill running process before exitting by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/244

New Contributors
* dependabot made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/229
* heirecka made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/233
* koseki2580 made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/240
* aminalaee made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/224

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.19.0...v0.20.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.