Numerous-apps

Latest version: v0.4.0

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

Scan your dependencies

Page 3 of 5

0.1.2

Fix

* fix(app): Update footer year and pin package versions in requirements.txt

- Updated the footer year in index.html.j2 from 2024 to 2025 for accuracy.
- Specified versions for numpy and numerous-widgets in requirements.txt to ensure consistent behavior across environments.
- Added numerous-apps to requirements.txt for improved dependency management.

These changes enhance the application&39;s reliability and maintain up-to-date information in the user interface. ([`75d72a5`](https://github.com/numerous-com/numerous-apps/commit/75d72a50d893ba00752270794dfa1c504958913d))

* fix(dependencies): Pin package versions in pyproject.toml for stability

- Updated dependencies in `pyproject.toml` to specific versions to ensure consistent behavior across environments.
- This includes pinning versions for `fastapi`, `uvicorn`, `jinja2`, `anywidget`, `numpy`, `pydantic`, and several development dependencies.

These changes enhance the reliability of the application by preventing unexpected issues due to version discrepancies. ([`e7a3b5a`](https://github.com/numerous-com/numerous-apps/commit/e7a3b5aff9b9cda2b578867475e07ca55e518ffd))

0.1.1

Fix

* fix(apps): Enhance WebSocket message handling and remove unused charts module

- Introduced `encode_model` function for improved serialization of Pydantic models in WebSocket communication.
- Updated message handling in `app.py` to utilize `encode_model` for sending messages, enhancing data integrity.
- Removed the unused `charts.py` module from the bootstrap app, streamlining the codebase.
- Adjusted import statements in `app.py` to handle potential import errors more gracefully.

These changes improve the clarity and reliability of the application&39;s WebSocket communication and reduce unnecessary code. ([`3e7add2`](https://github.com/numerous-com/numerous-apps/commit/3e7add2080eda486196f4f1ecdc5db2e0b98ccb1))

0.1.0

Feature

* feat(apps): Enhance communication and configuration management

- Added `pydantic` as a new dependency in `pyproject.toml` for improved data validation.
- Refactored message handling in `_communication.py` and `_execution.py` to utilize Pydantic models for structured messaging, enhancing error reporting and data integrity.
- Updated the `send` and `receive_nowait` methods in `CommunicationChannel` to use typed dictionaries for better type safety.
- Improved the WebSocket message handling in `app.py` by introducing dedicated functions for receiving and sending messages, streamlining the communication flow.
- Added tests for communication channels and execution managers to ensure reliability and correctness.

These changes improve the overall robustness and maintainability of the application&39;s communication framework. ([`1f4c524`](https://github.com/numerous-com/numerous-apps/commit/1f4c5240187302fff193b0d25231d39d39657f90))

Fix

* fix(communication): Set multiprocessing start method to &39;spawn&39; and improve test synchronization

- Added a module-level setting for the multiprocessing start method to &39;spawn&39; to ensure compatibility across platforms.
- Introduced a small delay in the test for the communication channel to ensure the queue state is synchronized before assertions.

These changes enhance the reliability of the communication channel in a multiprocessing context and improve test stability. ([`1830ed4`](https://github.com/numerous-com/numerous-apps/commit/1830ed4ade76c51f0a25b23bab777625d78723b6))

* fix(communication): Improve non-blocking queue handling in QueueCommunicationChannel

- Added handling for Empty exception in receive_nowait method to prevent runtime errors when the queue is empty.
- Updated import statement to include Empty from queue module for better error management.
- Minor adjustments in test_app.py to skip multiprocessing tests during coverage runs.

These changes enhance the robustness of the communication channel by ensuring that it gracefully handles empty queue scenarios. ([`fc249d9`](https://github.com/numerous-com/numerous-apps/commit/fc249d93311702bd3e186173b98aa5bd27d8bfa6))

* fix(apps): Multiprocessing mode processes are daemons. ([`f7949a8`](https://github.com/numerous-com/numerous-apps/commit/f7949a801744c2ee43b714bc4158be495f2979c8))

* fix(apps): Fixed issue with queues and events for multiprocess communication ([`f6591d8`](https://github.com/numerous-com/numerous-apps/commit/f6591d87a735be1200d289fb91ca10c7d201132f))

* fix(apps): Fix logic for raising runtime error in ThreadExecutionManager ([`57ea0ca`](https://github.com/numerous-com/numerous-apps/commit/57ea0ca0507d14aa550e1e5fefd83b65a7c8ffdc))

0.0.11

Fix

* fix(apps): Fix small issue in app.py added more tests ([`063b2d8`](https://github.com/numerous-com/numerous-apps/commit/063b2d8f7c1a4f54b5381230c260d79e5175878e))

0.0.10

Fix

* fix(apps): missing httpx dev dep ([`c8f1399`](https://github.com/numerous-com/numerous-apps/commit/c8f1399d043e38ea42006b9c4e3d781e3ff3cbf1))

* fix(apps): Enhance project configuration, testing and logging

- Added new classifiers to pyproject.toml for better package categorization.
- Updated .gitignore to exclude htmlcov directory.
- Improved logging in _bootstrap.py for better visibility during template copying and dependency installation.
- Enhanced communication management in _communication.py and _execution.py to streamline message handling and improve error reporting.
- Refactored widget handling in app.py to ensure consistent session management and improved error handling in template rendering.

These changes improve the overall configuration, logging, and communication flow within the application, enhancing maintainability and user experience. ([`c0dbc53`](https://github.com/numerous-com/numerous-apps/commit/c0dbc53fccc41d091a927067dcbf6d78f8e56632))

Unknown

* Update README.md

Fixed a typo in the AnyWidget URL ([`1716070`](https://github.com/numerous-com/numerous-apps/commit/1716070a942708d23d769b2ac1cb9ca210038b46))

0.0.9

Fix

* fix(apps): Enhance widget state management and threading behavior

- Updated ThreadedExecutionManager to run threads as daemon threads, ensuring they terminate when the main program exits.
- Added functionality in _execution.py to handle &39;get_widget_states&39; messages, allowing the server to send current widget states to clients.
- Modified websocket_endpoint in app.py to conditionally broadcast messages based on client ID, improving message handling.
- Enhanced numerous.js to request widget states upon WebSocket connection establishment, ensuring clients receive the latest widget information.

These changes improve the responsiveness and reliability of widget state communication in the application. ([`ef8bae6`](https://github.com/numerous-com/numerous-apps/commit/ef8bae67556494e1be82fa72ad1f476f2b281f60))

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.