Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/crm-campaign-intelligence/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"fastapi>=0.135.3",
"fastapi-mcp",
"uvicorn>=0.44.0",
"pydantic>=2",
"pydantic>=2.13.3",
"agent-framework>=1.0.1",
"azure-ai-projects>=2.0.1",
"azure-identity",
Expand Down
2 changes: 1 addition & 1 deletion apps/crm-campaign-intelligence/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ psutil==7.2.1
# via azure-monitor-opentelemetry-exporter
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
pydantic==2.13.3
# via
# agent-framework-core
# crm-campaign-intelligence
Expand Down
101 changes: 52 additions & 49 deletions apps/crm-campaign-intelligence/src/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/crm-profile-aggregation/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "CRM profile aggregation service"
authors = [{name = "Ricardo Cataldi", email = "rcataldi@microsoft.com"}]
requires-python = ">=3.13"
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2.13.3", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]

[project.optional-dependencies]
dev = ["faker", "pre-commit", "python-dotenv", "debugpy"]
Expand Down
2 changes: 1 addition & 1 deletion apps/crm-profile-aggregation/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ psutil==7.2.2
# via azure-monitor-opentelemetry-exporter
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
pydantic==2.13.3
# via
# agent-framework-core
# crm-profile-aggregation
Expand Down
101 changes: 52 additions & 49 deletions apps/crm-profile-aggregation/src/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/crm-segmentation-personalization/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "CRM segmentation and personalization"
authors = [{name = "Ricardo Cataldi", email = "rcataldi@microsoft.com"}]
requires-python = ">=3.13"
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2.13.3", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]

[project.optional-dependencies]
dev = ["faker", "pre-commit", "python-dotenv", "debugpy"]
Expand Down
2 changes: 1 addition & 1 deletion apps/crm-segmentation-personalization/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ psutil==7.2.2
# via azure-monitor-opentelemetry-exporter
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
pydantic==2.13.3
# via
# agent-framework-core
# crm-segmentation-personalization
Expand Down
101 changes: 52 additions & 49 deletions apps/crm-segmentation-personalization/src/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/crm-support-assistance/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "CRM support assistance"
authors = [{name = "Ricardo Cataldi", email = "rcataldi@microsoft.com"}]
requires-python = ">=3.13"
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2.13.3", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]

[project.optional-dependencies]
dev = ["faker", "pre-commit", "python-dotenv", "debugpy"]
Expand Down
2 changes: 1 addition & 1 deletion apps/crm-support-assistance/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ psutil==7.2.2
# via azure-monitor-opentelemetry-exporter
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
pydantic==2.13.3
# via
# agent-framework-core
# crm-support-assistance
Expand Down
101 changes: 52 additions & 49 deletions apps/crm-support-assistance/src/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/crud-service/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"fastapi>=0.135.3",
"uvicorn[standard]>=0.32.0",
"aiohttp>=3.11.0",
"pydantic>=2.10.0",
"pydantic>=2.13.3",
"pydantic-settings>=2.6.0",
# Azure SDKs (use Managed Identity)
"azure-eventhub>=5.12.0",
Expand Down
101 changes: 52 additions & 49 deletions apps/crud-service/src/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/ecommerce-cart-intelligence/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Cart intelligence service"
authors = [{name = "Ricardo Cataldi", email = "rcataldi@microsoft.com"}]
requires-python = ">=3.13"
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]
dependencies = ["fastapi>=0.135.3", "fastapi-mcp", "uvicorn>=0.44.0", "pydantic>=2.13.3", "agent-framework>=1.0.1", "azure-ai-projects>=2.0.1", "azure-identity", "azure-search-documents", "azure-cosmos", "azure-storage-blob", "azure-eventhub", "redis>=7.4.0", "asyncpg>=0.30.0", "holiday-peak-lib>=0.2.0"]

[project.optional-dependencies]
dev = ["faker", "pre-commit", "python-dotenv", "debugpy"]
Expand Down
2 changes: 1 addition & 1 deletion apps/ecommerce-cart-intelligence/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ psutil==7.2.2
# via azure-monitor-opentelemetry-exporter
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
pydantic==2.13.3
# via
# agent-framework-core
# ecommerce-cart-intelligence
Expand Down
Loading
Loading