Skip to content
Open
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
4 changes: 1 addition & 3 deletions python/packages/azurefunctions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ dependencies = [
]

[dependency-groups]
dev = [
"types-python-dateutil>=2.9.0",
]
dev = []

[tool.uv]
prerelease = "if-necessary-or-explicit"
Expand Down
3 changes: 2 additions & 1 deletion python/packages/durabletask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ classifiers = [
dependencies = [
"agent-framework-core",
"durabletask>=1.3.0",
"durabletask-azuremanaged>=1.3.0"
"durabletask-azuremanaged>=1.3.0",
"python-dateutil>=2.8.0",
]

[dependency-groups]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
azure-identity
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
agent-framework-azurefunctions
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity

# Redis client
redis
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
azure-identity
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
azure-identity
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
azure-identity
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
azure-identity
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
agent-framework-azurefunctions
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions # Azure Functions integration - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Agent Framework packages (installing from local package until a package is published)
-e ../../../../
-e ../../../../packages/durabletask
# Agent Framework packages
# To use the deployed version, uncomment the line below and comment out the local installation lines
# agent-framework-durabletask

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
-e ../../../../packages/core # Core framework - base dependency for all packages
-e ../../../../packages/durabletask # Durable Task support - the main package for this sample

# Azure authentication
azure-identity
Loading
Loading