diff --git a/workers/pyproject.toml b/workers/pyproject.toml index 674bbe43..f25fa306 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "azure-functions==1.24.0; python_version < '3.10'", - "azure-functions==1.25.0b2; python_version >= '3.10'", + "azure-functions==1.25.0b3; python_version >= '3.10'", "python-dateutil~=2.9.0", "protobuf~=4.25.3; python_version < '3.13'", "protobuf~=5.29.0; python_version == '3.13'", @@ -135,4 +135,4 @@ version = {attr = "azure_functions_worker.version.VERSION"} [tool.pytest.ini_options] pythonpath = ["workers"] -testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"] \ No newline at end of file +testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"]