Document python-version impact on deployment #258
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
orinoco/dump-things-service#258
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Throughout our deployments I find that the deployment switched from "use whatever Python is present" to
I suspect that there is/was a reason for that, but I cannot recall it (faint memory suggests that it had something to do with the performance of pydantic when using complex data models). This should be documented.
I will try to figure out why the restriction was added (BTW I only see
--python 3.12; should probably be changed to--python >=3.14). Once this is determined, and if we consider it to be a general limitation, I'll update the required version and mention the reason in the documentation.