-
Notifications
You must be signed in to change notification settings - Fork 3
ci(deps): update python-deps to ==3.14.* #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests to Run
The following tests should be run to verify this PR:
Critical (directly affected)
webhook_server/tests/test_app.pyβ Core application test - Python 3.14 runtime compatibility check for FastAPI app initialization and request handling (Medium confidence)webhook_server/tests/test_github_retry.pyβ Tests asyncio.to_thread and async retry logic - Python 3.14 may have asyncio behavioral changes (Medium confidence)webhook_server/tests/test_github_api.pyβ Tests GitHub API integration using PyGithub with async wrappers - validates async compatibility under Python 3.14 (Medium confidence)webhook_server/tests/test_config.pyβ Tests YAML config parsing - PyYAML wheel changed from cp313 to cp314, verifying native extension compatibility (Medium confidence)Standard (regression safety)
webhook_server/tests/test_config_schema.pyβ Tests schema validation which depends on pydantic (pydantic_core native extension rebuilt for cp314) (Medium confidence)webhook_server/tests/test_context.pyβ Tests ContextVar usage for thread-safe context - Python 3.14 may have changes to contextvars behavior (Medium confidence)webhook_server/tests/test_helpers.pyβ Tests core utility functions - general runtime compatibility verification under Python 3.14 (Medium confidence)webhook_server/tests/test_log_viewer.pyβ Tests WebSocket log streaming - websockets package wheel changed to cp314, verifying native extension compatibility (Medium confidence)webhook_server/tests/test_pull_request_handler.pyβ Core handler test exercising async patterns and GitHub API calls - validates async compatibility under Python 3.14 (Medium confidence)webhook_server/tests/test_check_run_handler.pyβ Tests check_run event handling with async operations - verifies async patterns work correctly under Python 3.14 (Medium confidence)webhook_server/tests/test_webhook.pyβ Tests webhook payload processing with cryptography for signature verification - cryptography wheel changed to cp314 (Medium confidence)webhook_server/tests/test_safe_rotating_handler.pyβ Tests file I/O with platform-specific flags (os.O_NOFOLLOW) - Python 3.14 may have os module changes (Low confidence)Summary