mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
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.
11 lines
155 B
JSON
11 lines
155 B
JSON
{
|
|
"python_version": "3.12",
|
|
"dependencies": [
|
|
"."
|
|
],
|
|
"graphs": {
|
|
"agent": "./agent.py:graph"
|
|
},
|
|
"env": "../.env"
|
|
}
|
|
|