Jupyter-events

Latest version: v0.10.0

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

Scan your dependencies

Page 1 of 3

0.10.0

([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.9.1...e7784fd09356ef074d69d1c2f192f1ad96f5f00c))

Enhancements made

- Enable adding listeners to event before the event is registered [97](https://github.com/jupyter/jupyter_events/pull/97) ([Zsailer](https://github.com/Zsailer))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2024-03-12&to=2024-03-18&type=c))

[Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2024-03-12..2024-03-18&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

0.9.1

([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.9.0...014a91c793b12d008bb744614a280bc14b5be7eb))

Maintenance and upkeep improvements

- Update Release Scripts [96](https://github.com/jupyter/jupyter_events/pull/96) ([blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [95](https://github.com/jupyter/jupyter_events/pull/95) ([pre-commit-ci](https://github.com/pre-commit-ci))
- chore: update pre-commit hooks [94](https://github.com/jupyter/jupyter_events/pull/94) ([pre-commit-ci](https://github.com/pre-commit-ci))
- Update ruff and typing [93](https://github.com/jupyter/jupyter_events/pull/93) ([blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [92](https://github.com/jupyter/jupyter_events/pull/92) ([pre-commit-ci](https://github.com/pre-commit-ci))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-11-06&to=2024-03-12&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-11-06..2024-03-12&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2023-11-06..2024-03-12&type=Issues)

0.9.0

([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.8.0...228a04801224d127f4304e17398464d045794cf0))

Bugs fixed

- Clean up linting and fix a bug that was found [91](https://github.com/jupyter/jupyter_events/pull/91) ([blink1073](https://github.com/blink1073))

Maintenance and upkeep improvements

- Clean up linting and fix a bug that was found [91](https://github.com/jupyter/jupyter_events/pull/91) ([blink1073](https://github.com/blink1073))
- Adopt ruff format [90](https://github.com/jupyter/jupyter_events/pull/90) ([blink1073](https://github.com/blink1073))
- Normalize "jsonschema\[format-nongpl\]" in pyproject.toml [86](https://github.com/jupyter/jupyter_events/pull/86) ([frenzymadness](https://github.com/frenzymadness))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-10-16&to=2023-11-06&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-10-16..2023-11-06&type=Issues) | [frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Afrenzymadness+updated%3A2023-10-16..2023-11-06&type=Issues)

0.8.0

([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.7.0...e3edb6a868924d3f1b15eaf18d45be621ad77cef))

Bugs fixed

- Allow for string annotations in listener signature [88](https://github.com/jupyter/jupyter_events/pull/88) ([blink1073](https://github.com/blink1073))

Maintenance and upkeep improvements

- Adopt sp-repo-review [89](https://github.com/jupyter/jupyter_events/pull/89) ([blink1073](https://github.com/blink1073))
- Bump actions/checkout from 3 to 4 [84](https://github.com/jupyter/jupyter_events/pull/84) ([dependabot](https://github.com/dependabot))
- Add more PyPI URLs [82](https://github.com/jupyter/jupyter_events/pull/82) ([pydanny](https://github.com/pydanny))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-07-31&to=2023-10-16&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-07-31..2023-10-16&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adependabot+updated%3A2023-07-31..2023-10-16&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2023-07-31..2023-10-16&type=Issues) | [pydanny](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apydanny+updated%3A2023-07-31..2023-10-16&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2023-07-31..2023-10-16&type=Issues)

0.7.0

([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.6.3...56e7d2660b59632765a85859217cddc7304e82f8))

Enhancements made

- allow a 'message' field in an event schema [72](https://github.com/jupyter/jupyter_events/pull/72) ([Zsailer](https://github.com/Zsailer))

Bugs fixed

- Improve usability of jp_read_emitted_events fixture [74](https://github.com/jupyter/jupyter_events/pull/74) ([kevin-bates](https://github.com/kevin-bates))

Maintenance and upkeep improvements

- Migrate RefResolver to referencing.Registry [80](https://github.com/jupyter/jupyter_events/pull/80) ([hbcarlos](https://github.com/hbcarlos))
- Use local coverage [73](https://github.com/jupyter/jupyter_events/pull/73) ([blink1073](https://github.com/blink1073))
- Clean up license [67](https://github.com/jupyter/jupyter_events/pull/67) ([dcsaba89](https://github.com/dcsaba89))
- Add more linting [65](https://github.com/jupyter/jupyter_events/pull/65) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-01-12&to=2023-07-31&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-01-12..2023-07-31&type=Issues) | [dcsaba89](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adcsaba89+updated%3A2023-01-12..2023-07-31&type=Issues) | [hbcarlos](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ahbcarlos+updated%3A2023-01-12..2023-07-31&type=Issues) | [kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Akevin-bates+updated%3A2023-01-12..2023-07-31&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2023-01-12..2023-07-31&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2023-01-12..2023-07-31&type=Issues)

0.6.3

([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.6.2...ac65980322317f1f30bc07150c9e14afaad03d40))

Maintenance and upkeep improvements

- Clean up typing [64](https://github.com/jupyter/jupyter_events/pull/64) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-01-10&to=2023-01-12&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-01-10..2023-01-12&type=Issues)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.