@@ -12,30 +12,29 @@ uv # MCP Server
1212# ................ Data manipulation and visualization
1313matplotlib == 3.10.3 # For creating visualizations
1414numpy == 2.3.1 # For numerical computations
15- pandas # For data manipulation and analysis
15+ pandas == 2.3.3 # For data manipulation and analysis
1616
1717# ................ Azure AI SDK Dependencies
18- azure-identity # For Azure authentication
19- azure-search-documents == 11.5.3 # For Azure AI Search
20- azure-ai-evaluation == 1.12.0 # For model evaluation (pinned to 1.12.0 - stable version from Oct 2, 2025)
21- azure-mgmt-cognitiveservices # For model deployment
18+ azure-identity # For Azure authentication
19+ azure-search-documents == 11.5.3 # For Azure AI Search
20+ azure-ai-evaluation == 1.12.0 # For model evaluation (pinned to 1.12.0 - stable version from Oct 2, 2025)
21+ azure-mgmt-cognitiveservices # For model deployment
2222
23- # Agent Framework - Ensure all packages are compatible versions
24- agent-framework >= 1.0.0b251028
25- agent-framework-azure-ai >= 1.0.0b251028
26- agent-framework-core >= 1.0.0b251028
23+
24+ # Agent Framework - Frozen to specific versions for stability
25+ agent-framework == 1.0.0b251108
26+ agent-framework-azure-ai == 1.0.0b251108
27+ agent-framework-core == 1.0.0b251108
2728
2829## ............... Azure OpenAI Dependencies
29- openai
30- requests
31- tiktoken
30+ openai == 2.7.2 # Azure OpenAI Python client
31+ requests == 2.32.5 # HTTP requests library
32+ tiktoken == 0.12.0 # Tokenization library for OpenAI models
3233
3334## ............... Tracing Lab Dependencies
34- opentelemetry-instrumentation-openai-agents-v2
35- langchain-azure-ai
36- #openai
37- openai-agents
38- rich
39- azure-monitor-opentelemetry-exporter
40- #python-dotenv
41- azure-monitor-opentelemetry
35+ opentelemetry-instrumentation-openai-agents-v2 # OpenTelemetry instrumentation
36+ langchain-azure-ai == 1.0.3 # LangChain Azure AI integration
37+ openai-agents == 0.5.0 # OpenAI Agents SDK
38+ rich == 14.2.0 # Rich text and beautiful formatting
39+ azure-monitor-opentelemetry-exporter == 1.0.0b44 # Azure Monitor OpenTelemetry exporter
40+ azure-monitor-opentelemetry == 1.8.1 # Azure Monitor OpenTelemetry
0 commit comments