Home / Companies / JetBrains / Blog / Post Details
Content Deep Dive

Support for uv, Poetry, and Hatch Workspaces (Beta) | The PyCharm Blog

Blog post from JetBrains

Post Details
Company
Date Published
Author
Antonina Belianskaya
Word Count
754
Language
American English
Hacker News Points
-
Summary

PyCharm 2026.1.1 has introduced beta support for uv, Poetry, and Hatch workspaces, catering to companies and open-source teams that manage shared code across multiple services. This update automates dependency management and environment configuration, using pyproject.toml files to detect workspace structures and dependencies, thereby reducing manual setup. The IDE can automatically configure the Python SDK, monitor environment health, and provide quick-fixes for missing dependencies or imports. It remains transparent by allowing users to track executed commands and address synchronization errors. The same workflow applies to Poetry and Hatch workspaces, with PyCharm selecting the environment tool based on configurations in pyproject.toml. This feature is opt-in, with future expansion plans for UI enhancements and functionality based on user feedback.