# Do not include azure-functions-worker in this file
# The Python Worker is managed by the Azure Functions platform
#
# This example uses the Cosmos DB checkpointer extra which depends on
# the langgraph-checkpoint-cosmosdb package.
#
# Until v0.7.0 is released, install from a local checkout:
#
#     pip install -e ../..[cosmos,azure-identity]

azure-functions
azure-functions-langgraph[cosmos,azure-identity]>=0.7.0,<0.8.0
langgraph>=1.0,<2.0
langchain-core>=1.0,<2.0
