feat: migrate sample airline bot from Poetry to uv#2
Merged
kenerwin88 merged 1 commit intomainfrom Sep 9, 2025
Merged
Conversation
- Replace Poetry dependency management with uv for faster resolution and installation - Convert pyproject.toml from Poetry format to PEP 621 standard format - Update build system from poetry-core to hatchling for better compatibility - Replace poetry.lock with uv.lock for dependency locking - Update CDK configuration to automatically detect and use uv for Lambda bundling - Modify deployment scripts to use 'uv sync' instead of 'poetry lock' - Fix Python version constraints to be compatible with all dependencies (>=3.12,<4.0) - Update CHANGELOG.md with unreleased 0.0.2 version documenting the migration Technical improvements: - Faster dependency resolution and installation with uv - Modern PEP 621 project configuration format - Improved CDK bundling performance - Maintained full backward compatibility of Lambda functionality Breaking changes: None - all existing functionality preserved
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.
Technical improvements:
Breaking changes: None - all existing functionality preserved
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.