# Do not include azure-functions-worker in this file
# The Python Worker is managed by the Azure Functions platform
#
# langchain-openai + azure-identity are example-only dependencies. They are NOT
# part of the base azure-functions-langgraph install — the package stays a
# deployment adapter and does not pull in model SDKs.
#
# The [azure-blob] extra pulls in azure-storage-blob for the checkpointer; the
# [azure-table] extra is only needed when LANGGRAPH_ENABLE_PLATFORM=true.

azure-functions
azure-functions-langgraph[azure-blob,azure-table,azure-identity]>=0.8,<0.9
langgraph>=1.0,<2.0
langchain-core>=1.0,<2.0
langchain-openai>=0.3,<1.0
azure-identity>=1.19,<2.0
