Update dependencies and remove outdated calendar data files#861
Merged
Conversation
- Upgraded `alembic` to version 1.18.5 and adjusted Python version compatibility to >=3.10. - Updated `anyio` to version 4.14.2 and modified its dependencies. - Increased `attrs` version to 26.1.0 and updated Python compatibility. - Removed deprecated `google-genai` dependency from `pyproject.toml`. - Changed the URL template in `download_calendar_data.py` for calendar data retrieval. - Deleted outdated calendar data files for the years 1800 to 1805 from the `Phugpa_calendar` directory.
|
Too many files changed for review. ( |
- Introduced `apscheduler` for managing scheduled tasks, specifically for cleaning up expired verses of the day. - Implemented timezone-aware caching and logging in daily log services, allowing for accurate date handling based on user timezone. - Enhanced various services and views to support timezone filtering, ensuring that restricted content is hidden for users in specific timezones, particularly for Chinese IANA timezones. - Added a new migration to create a `china_restricted_items` table for managing content exclusions based on timezone. - Updated multiple service and view layers to accept timezone information, improving user experience and data accuracy.
Member
Author
|
fix : |
Tech-lo
approved these changes
Jul 17, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



alembicto version 1.18.5 and adjusted Python version compatibility to >=3.10.anyioto version 4.14.2 and modified its dependencies.attrsversion to 26.1.0 and updated Python compatibility.google-genaidependency frompyproject.toml.download_calendar_data.pyfor calendar data retrieval.Phugpa_calendardirectory.