Closed aaronchongth closed 3 months ago
yeah sorry forgot to post my reply earlier, doing a pipenv lock
on noble with this commit will revert it back to python >= 3.12
so I agree this is a little weird, we'll keep a mental note on this for deployments. But this PR is not valid, thanks for checking through
What's new
This fixes the issue of
pipenv-install
setting uppydantic==1.10.7
when developing locally on Ubuntu Jammy + ROS 2 Humble.It is a little odd that setting up the web stack in docker doesn't run into this issue.
Updated the markers to follow https://pypi.org/project/pydantic/. The markers are listed based on the environment where
pipenv lock
was run, resulting inpython >= 3.12
Self-checks