aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
688 stars 232 forks source link

[Feature Request] Introduce package lock management system for Python #324

Closed statefb closed 2 weeks ago

statefb commented 1 month ago

Describe the solution you'd like

Introduce package management for Python.

Why the solution needed

Number of dependencies has been growing and becoming complex. An Issue (#322 ) was raised and it's a good timing to introduce package management system.

Additional context

Possible solutions: Poetry, Rye, uv

Reference (Japanese): https://gihyo.jp/article/2024/03/monthly-python-2403

Implementation feasibility

Are you willing to discuss the solution with us, decide on the approach, and assist with the implementation?