Watchfiles

Latest version: v1.0.4

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

Scan your dependencies

Page 2 of 7

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

0.19.0

What's Changed
* Better error on OS watcher limit by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/208
* Reduce CI jobs by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/209
* build wheels for ppc64le and s390x by messense in https://github.com/samuelcolvin/watchfiles/pull/210
* Switch flake8->ruff by TheoBabilon in https://github.com/samuelcolvin/watchfiles/pull/212
* Simplify Change.raw_str() by davidbrochart in https://github.com/samuelcolvin/watchfiles/pull/211
* Upgrade maturin to 0.14 by messense in https://github.com/samuelcolvin/watchfiles/pull/214
* Build PyPy wheels for aarch64 macOS by messense in https://github.com/samuelcolvin/watchfiles/pull/216
* Fix bug in RustNotify causing RuntimeError: Already borrowed on exit/signal by vrslev in https://github.com/samuelcolvin/watchfiles/pull/221
* Update pyo3 to 0.18.2 by messense in https://github.com/samuelcolvin/watchfiles/pull/222

New Contributors
* TheoBabilon made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/212
* vrslev made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/221

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

0.18.1

* fix command split on Windows by Kulothungan16 in https://github.com/samuelcolvin/watchfiles/pull/199
* uprev pyo3, relax anyio constraint by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/203
* switch pytest-sugar -> pytest-pretty by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/204

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

**Full Changelog**: https://github.com/samuelcolvin/watchfiles/compare/v0.18.0...v0.18.1

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.