pyvider
2025-08-22
Enhanced dev environment with Python version checking and added lock file
4 files · 1,602+ · 8-
Python version checking in development environment
2 files changed
env.shAdded UV_PROJECT_ENVIRONMENT export, check_python_version() function, and stale venv detectionenv.ps1Removed trailing blank line
- Added UV_PROJECT_ENVIRONMENT export early in env.sh so uv commands use the correct venv
harden
internal
1 file
env.sh
- Implemented check_python_version() function that validates venv Python version against project requirements and detects stale venvs
harden
behavioral
1 file
env.sh
Dependency lock file and hypothesis added
2 files changed
uv.lockResolved dependency specifications (1483 lines)pyproject.tomlAdded hypothesis>=6.0.0 to dev deps and [tool.uv.sources] section