feat(cli): support prereleases (#6085)

We previously errored when a user had prerelease dependencies, this PR
passes the `--prereleases=allow` flag to our `uv pip install` call.

This PR also adds a test to verify that said deployments will build and
run as expected.
This commit is contained in:
Isaac Francisco
2025-09-05 15:45:48 -07:00
committed by GitHub
parent f761116de7
commit eaeafe54ab
7 changed files with 145 additions and 24 deletions
@@ -0,0 +1,11 @@
{
"python_version": "3.12",
"dependencies": [
"."
],
"graphs": {
"agent": "./agent.py:graph"
},
"env": "../.env"
}